We are happy to announce that Phalcon v5.7.0 has been released!
This release fixes a new setting for php.in, some changes and fixes to bugs.
A huge thanks to our community for helping out with bug fixing and more importantly bug reporting!
Changelog
Changed
- Changed
Phalcon\Support\HelperFactoryto use the internal mapper for better memory management #16571
Added
- New ini setting
phalcon.form.strict_entity_property_checkforPhalcon\Forms\Formto enable strict entity property checking. #16567
Fixed
- Fixed
Phalcon\Mvc\Cli\Routerto extend thePhalcon\Mvc\Cli\RouterInterface#16551 - Fixed
Phalcon\Filter\Validation\Validator\StringLength::validate()to correctly use theincludeparameter #16560 - Fixed
Phalcon\Db\Column::TYPE_BINARYandPhalcon\Db\Column::TYPE_TINYINTEGERto have unique values #16532 - Fixed
Phalcon\Forms\Formto bind only existing properties on entities, based onphalcon.form.strict_entity_property_checksetting. #16567 - Fixed
Phalcon\Filter\Sanitize\BoolValto correctly handle integers. #16582
Upgrade
Developers can upgrade using PECL
pecl install phalcon-5.7.0
To compile from source, follow our installation document
Top comments (0)