Latest PECL Releases:
- event 3.1.4
Fixed tests failing with PHP 8.4.0-alpha1 (thanks to Remi Collet). - protobuf 4.28.0RC1
* See github.com/protocolbuffers/protobuf/releases/tag/v28.0-rc-1 for release notes. - xhprof 2.3.10
- Fix build for 8.4 and pcre2 by @andypost in #86 - Fix for PHP 8.4 by @remicollet in #87 - phalcon 5.8.0
Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.mdChanged
- Changed
PhalconMvcModel
,PhalconSupportCollection
andPhalconSupportRegistry
to correctly implementSerializable
interface. #16591 - Changed the
PhalconMvcRouterGroup::getHostname()
to returnnull
also. #16601 - Changed
PhalconMvcViewEngineVoltCompiler::compileSource
to also returnarray
#16608
Added
- Added events and
PhalconEventsManager
forPhalconStorageAdapterApcu
,PhalconStorageAdapterRedis
,PhalconStorageAdapterMemory
,PhalconStorageAdapterLibmemcached
,PhalconStorageAdapterStream
,PhalconStorageAdapterWeak
,PhalconCacheAdapterApcu
,PhalconCacheAdapterRedis
,PhalconCacheAdapterMemory
,PhalconCacheAdapterLibmemcached
,PhalconCacheAdapterStream
,PhalconCacheAdapterWeak
PhalconCacheAbstractCache
. #16606
Fixed
- Changed