Community News: Latest PECL Releases (06.07.2022)
syndicated from www.phpdeveloper.org
on June 7, 2022
Latest PECL Releases:
- xdebug 3.1.5
Mon, Jun 06, 2022 - Xdebug 3.1.5= Fixed bugs:
- Fixed issue #2056: Install documentation gives wrong arch for installation on M1 Macs
- Fixed issue #2082: phpize --clean removes required clocks.m4 file
- Fixed issue #2083: Constant defined with an enum case produce double "facet" attribute in context_get response
- Fixed issue #2085: Crash when used with source guardian encoded files
- Fixed issue #2090: Segfault in __callStatic() after FFI initialization
- event 3.0.8
Set --with-openssl-dir configure option to "yes" by default. - CSV 0.3.2
Security release Fix buffer overflow when using multibyte enclosures - CSV 0.4.2
Security release * Fix buffer overflow when using multibyte enclosures * Suppress PHP 8.2 Deprecation in testSponsor me via GitHub sponsors: https://github.com/sponsors/Girgias
- phalcon 5.0.0RC1
Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.mdChanged
- Changed
PhalconSessionBag::__construct()
to accept aPhalconSessionManager
as the first parameter andname
as the second one #15904 - Changed
PhalconLoggerLogger
to no longer depend on PSR interfaces #15925 - Changed
PhalconCacheCache
to no longer depend on PSR interfaces #15927 - Changed
PhalconHtmlLink
to no longer depend on PSR interfaces #15930
Fixed
- Fixed
PhalconHtmlHelperInputNumeric
to produce correct elements #15896 - Fixed
PhalconStorageAdapter*
to correctly storenull
values #15904
Added
- Added
PhalconEncryptionCrypt::isValidDecryptLength($input)
to allow checking for the length of the decryption string #15879 - Added
PhalconDiInitializationAwareInterface
to allow auto calling theinitialize
method when accessing service through DIC #15916 - Added
-
PhalconStorageSerializerMemcachedIgbinary
-
PhalconStorageSerializerMemcachedJson
-
PhalconStorageSerializerMemcachedPhp
-
PhalconStorageSerializerRedisIgbinary
-
PhalconStorageSerializerRedisJson
-
PhalconStorageSerializerRedisMsgpack
-
PhalconStorageSerializerRedisNone
-
PhalconStorageSerializerRedisPhp
to be used if adapter serialization is required #15904 - Added
-
PhalconLoggerLoggerInterface
-
PhalconLoggerAbstractLogger
to be used in the logger class but also the proxy-psr3 repo #15925 - Added
-
PhalconCacheCacheInterface
-
PhalconCacheAbstractCache
to be used in the cache class but also the proxy-psr16 repo #15927 - Added
- EvolvableLinkInterface.zep
-
PhalconHtmlLinkInterfacesEvolvableLinkProviderInterface
-
PhalconHtmlLinkInterfacesLinkInterface
-
PhalconHtmlLinkInterfacesLinkProviderInterface
-
PhalconHtmlLinkAbstractLink
-
PhalconHtmlLinkAbstractLinkProvider
to be used in the link class but also the proxy-psr13 repo #15930 - Added
PhalconTranslateAdapterCsv::toArray()
andPhalconTranslateAdapterNativeArray::toArray()
to return the translation array back #15902
Removed
- Changed
- ion 0.2.1
* Fix possible crash on unserializing uninitialized properties. - stomp 2.0.3
- Fix compatibility with PHP 8