Latest PECL Releases:
- phalcon 5.7.0
Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.mdChanged
- Changed
PhalconSupportHelperFactory
to use the internal mapper for better memory management #16571
Added
- New ini setting
phalcon.form.strict_entity_property_check
forPhalconFormsForm
to enable strict entity property checking. #16567
Fixed
- Fixed
PhalconMvcCliRouter
to extend thePhalconMvcCliRouterInterface
#16551 - Fixed
PhalconFilterValidationValidatorStringLength::validate()
to correctly use theinclude
parameter #16560 - Fixed
PhalconDbColumn::TYPE_BINARY
andPhalconDbColumn::TYPE_TINYINTEGER
to have unique values #16532 - Fixed
PhalconFormsForm
to bind only existing properties on entities, based onphalcon.form.strict_entity_property_check
setting. #16567 - Fixed
PhalconFilterSanitizeBoolVal
to correctly handle integers. #16582
- Changed
- protobuf 4.27.0RC3
* See github.com/protocolbuffers/protobuf/releases/tag/v27.0-rc-3 for release notes.