We are happy to announce that Phalcon v5.6.1 has been released!
This release fixes a few bugs and the oh so dreaded deprecation warning for “self” in callables!.
A huge thanks to our community for helping out with bug fixing and more importantly bug reporting!
Changelog
Changed
- Changed
Phalcon\Cli\Router::setDefaultAction
andPhalcon\Cli\Router::setDefaultModule
to return the object back for a fluent interface #16328
Fixed
- Fixed
Phalcon\Db\Adapter\Pdo\Postgresql::describeColumns()
to return the correct string back #16371 - Fixed
Phalcon/Filter/Validation::validate()
andPhalcon/Filter/Validation/ValidationInterface::validate()
to return alsobool
#16337 - Fixed
Phalcon\Mvc\Model::toArray
to ignore getters when the field name issource
. #16514 - Fixed
Phalcon\Http\Request::getPut
to correctly get form encoded data #16519 - Fixed deprecation warning in callables
Use of "static" in callables is deprecated
for PHP 8.2+ #16263
Upgrade
Developers can upgrade using PECL
pecl install phalcon-5.6.1
To compile from source, follow our installation document
Top comments (0)