Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
Latest PECL Releases (06.07.2022)
Jun 07, 2022 @ 08:05:09

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 test

    Sponsor 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.md

    Changed

    • Changed PhalconSessionBag::__construct() to accept a PhalconSessionManager as the first parameter and name 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 store null values #15904

    Added

    • Added PhalconEncryptionCrypt::isValidDecryptLength($input) to allow checking for the length of the decryption string #15879
    • Added PhalconDiInitializationAwareInterface to allow auto calling the initialize 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() and PhalconTranslateAdapterNativeArray::toArray() to return the translation array back #15902

    Removed

    • Removed PhalconContainerContainer and moved its contents to the proxy-psr11 repo #15928
    • Removed PhalconHttpMessage* and PhalconHttpServer* classes. This removes PSR from Phalcon. PSR-7 available in v6 #15929
  • ion 0.2.1
    * Fix possible crash on unserializing uninitialized properties.
  • stomp 2.0.3
    - Fix compatibility with PHP 8
tagged:

Link:


Trending Topics: