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\HelperFactory
to use the internal mapper for better memory management #16571
Added
- New ini setting
phalcon.form.strict_entity_property_check
forPhalcon\Forms\Form
to enable strict entity property checking. #16567
Fixed
- Fixed
Phalcon\Mvc\Cli\Router
to extend thePhalcon\Mvc\Cli\RouterInterface
#16551 - Fixed
Phalcon\Filter\Validation\Validator\StringLength::validate()
to correctly use theinclude
parameter #16560 - Fixed
Phalcon\Db\Column::TYPE_BINARY
andPhalcon\Db\Column::TYPE_TINYINTEGER
to have unique values #16532 - Fixed
Phalcon\Forms\Form
to bind only existing properties on entities, based onphalcon.form.strict_entity_property_check
setting. #16567 - Fixed
Phalcon\Filter\Sanitize\BoolVal
to 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)