Community News: Latest PECL Releases (01.16.2024)
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 below
API 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.md
Changed
Changed PhalconDbAdapterPdoMysql to not use specific flags for PDO (PDO::ATTR_EMULATE_PREPARES or PDO::ATTR_STRINGIFY_FETCHES) for performance reasons #16474
Merged PhalconDbAbstractDb with PhalconDbAdapterAbstractAdapter since the former was not used #16474
Added
Added resetColumns(), resetFrom(), resetWhere(), resetGroupBy(), resetHaving(), resetOrderBy(), resetLimit(), resetFlags() to the PhalconDatamapperQueryAbstractQuery to allow resetting query filters.
Fixed
Fixed PhalconMvcModel::count to ignore the order parameter (needed for Posgresql) #16471
Fixed PhalconMvcModel::toArray added parameter to ignore getters in order not to break serialize. #16490
Fixed PhalconMvcModel::toArray changing the conditionals for population to remove segfault. #16498
protobuf 3.25.2
* See github.com/protocolbuffers/protobuf/releases/tag/v25.2 for release notes.
PHPDeveloper.org