Latest PECL Releases:
- ssh2 1.4.1
- End zend_function_entry ssh2_functions list with PHP_FE_END [PR #67] (Gerdriaan Mulder)- Remove implicit switch-case fallthrough [PR #66] (Gerdriaan Mulder)
- Windows build setup with GitHub Actions [PR #75] (Derick Rethans)
- phalcon 5.6.1
Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.mdChanged
- Changed
PhalconCliRouter::setDefaultAction
andPhalconCliRouter::setDefaultModule
to return the object back for a fluent interface #16328
Fixed
- Fixed
PhalconDbAdapterPdoPostgresql::describeColumns()
to return the correct string back #16371 - Fixed
Phalcon/Filter/Validation::validate()
andPhalcon/Filter/Validation/ValidationInterface::validate()
to return alsobool
#16337 - Fixed
PhalconMvcModel::toArray
to ignore getters when the field name issource
. #16514 - Fixed
PhalconHttpRequest::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
- Changed
- protobuf 4.26.0RC2
* See github.com/protocolbuffers/protobuf/releases/tag/v26.0-rc-2 for release notes.