We are happy to announce that Phalcon v5.6.0 has been released!
This release fixes a few bugs.
A huge thanks to our community for helping out with bug fixing and more importantly bug reporting!
Changelog
Changed
- Changed
Phalcon\Db\Adapter\Pdo\Mysqlto not use specific flags forPDO(PDO::ATTR_EMULATE_PREPARESorPDO::ATTR_STRINGIFY_FETCHES) for performance reasons #16474 - Merged
Phalcon\Db\AbstractDbwithPhalcon\Db\Adapter\AbstractAdaptersince the former was not used #16474
Added
- Added
resetColumns(),resetFrom(),resetWhere(),resetGroupBy(),resetHaving(),resetOrderBy(),resetLimit(),resetFlags()to thePhalcon\Datamapper\Query\AbstractQueryto allow resetting query filters.
Fixed
- Fixed
Phalcon\Mvc\Model::countto ignore theorderparameter (needed for Posgresql) #16471 - Fixed
Phalcon\Mvc\Model::toArrayadded parameter to ignore getters in order not to break serialize. #16490 - Fixed
Phalcon\Mvc\Model::toArraychanging the conditionals for population to remove segfault. #16498
Upgrade
Developers can upgrade using PECL
pecl install phalcon-5.6.0
To compile from source, follow our installation document
Top comments (0)