Latest PECL Releases:
- zstd 0.13.2
- fix: variable declaration - solr 2.7.0
Features: - Support Highlight Query (#28) - Support PHP 8.3 - Dropped Support for PHP 7.3 and belowAPI Changes:
- Added SolrQuery SolrQuery::setHighlightQuery(string $q)
- Added string SolrQuery::getHighlightQuery()
Bug Fixes:
- Fix parsed parameter types (#37)
- Fix compile error: libcurl on linux multi-arch support (#46)
- Fix SegFault in SolrClient::optimize() (debug mode)
- Fix Missing Windows DLLs (#51) / available on github releases now
- Fix curl checks for PHP 7.4+, use PKG_CONFIG (remicollet)
Internals:
- ci: windows tests (#51)
- parse_int macros
- phalcon 5.6.0
Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.mdChanged
- Changed
PhalconDbAdapterPdoMysql
to not use specific flags forPDO
(PDO::ATTR_EMULATE_PREPARES
orPDO::ATTR_STRINGIFY_FETCHES
) for performance reasons #16474 - Merged
PhalconDbAbstractDb
withPhalconDbAdapterAbstractAdapter
since the former was not used #16474
Added
- Added
resetColumns()
,resetFrom()
,resetWhere()
,resetGroupBy()
,resetHaving()
,resetOrderBy()
,resetLimit()
,resetFlags()
to thePhalconDatamapperQueryAbstractQuery
to allow resetting query filters.
Fixed
- Changed
- protobuf 3.25.2
* See github.com/protocolbuffers/protobuf/releases/tag/v25.2 for release notes.