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

Community News:
Latest PECL Releases (04.22.2025)
Apr 22, 2025 @ 08:05:25

Latest PECL Releases:

  • brotli 0.16.0
    - change: brotli.state resource in brotli_uncompress_{init,add}() to BtorliUnCompressContext class

    • change: brotli.state resource in brotli_compress_{init,add}() to BtorliCompressContext class
  • skywalking_agent 1.0.0
    ## What's Changed * Fix tracing time by @CodePrometheus in https://github.com/apache/skywalking-php/pull/124 * Start 1.0.0 development and Update CI by @jmjoy in https://github.com/apache/skywalking-php/pull/126 * Support log reporting based on PSR-3 by @jmjoy in https://github.com/apache/skywalking-php/pull/127 * Upgrade MSRV and dependencies by @jmjoy in https://github.com/apache/skywalking-php/pull/128 * Updated skywalking dependency by @jmjoy in https://github.com/apache/skywalking-php/pull/131 * Bump version to 1.0.0 for release by @jmjoy in https://github.com/apache/skywalking-php/pull/132

    New Contributors

    • @CodePrometheus made their first contribution in https://github.com/apache/skywalking-php/pull/124

    Full Changelog: https://github.com/apache/skywalking-php/compare/v0.8.0...v1.0.0

  • protobuf 4.31.0RC1
    * See github.com/protocolbuffers/protobuf/releases/tag/v31.0-rc1 for release notes.
tagged:

Link:

Community News:
Latest PECL Releases (04.15.2025)
Apr 15, 2025 @ 08:05:21

Latest PECL Releases:

  • datadog_trace 1.8.3
    ## All products

    Fixed

    • Checks for more ioncube extension names in SSI loader #3204

    Tracer

    Fixed

    • Fix crash due to double close of span #3202

    Profiling

    Fixed

    • Disable allocation profiling when JIT is enabled on PHP 8.4 #3199
  • imagick 3.8.0
    - Fixes: * Fix signedness formatting mistakes
  • mongodb 2.0.0
    ## What's Changed * PHPC-2447: Extend Iterator interface in CustorInterface by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1654 * PHP-1741: Remove getServer from APM event classes by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1652 * PHPC-2346: Remove deprecated BSON functions by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1653 * PHPC-2402: Remove range_preview constants by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1665 * PHPC-2140: Make tentative return types definitive by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1658 * PHPC-2351: Remove CursorId class by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1664 * PHPC-2342: Remove --with-libbson and --with-libmongoc configure options by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1667 * PHPC-1021: Remove support for ReadPreference integer modes by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1666 * Update version for 2.x branch by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1672 * PHPC-2248: Remove Serializable implementations by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1663 * PHPC-2444: Remove support for string arguments in UTCDateTime constructor by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1662 * PHPC-2309: Remove --with-openssl-dir configure option by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1676 * PHPC-2417 Add `UTCDateTimeInterface::toDateTimeImmutable()` by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/1684 * PHPC-2348 Remove `WriteException` and move `getWriteResult` to `BulkWriteException` by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/1685 * PHPC-2454: Remove --enable-system-ciphers configure option by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1681 * PHPC-2144 Throw a LogicException when getting info from unacknowledged write result by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/1687 * PHPC-2344 Remove SSLConnectionException by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/1696 * PHPC-2459: Remove support for float arg in UTCDateTime ctor by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1709 * PHPC-2440: Remove deprecated Query constructor options by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1707 * PHPC-990: Strict type validation for boolean URI options by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1713 * PHPC-2441: Remove deprecated Manager constructor options by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1719 * PHPC-2497: BulkWriteException stub should inherit ServerException by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1784 * PHPC-2485: Remove WriteConcern and ReadPreference from execute method arginfo by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1783 * PHPC-2536: Migrate to common OCSP responder script by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1800 * PHPC-2536: Remove run-ocsp-responder.sh by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1802 * PHPC-2558: Update to libmongoc 1.30.3 by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1806

    Full Changelog: https://github.com/mongodb/mongo-php-driver/compare/1.21.0...2.0.0

  • gRPC 1.72.0RC1
    - gRPC Core 1.72.0 update
  • gnupg 1.5.2
    - Fixed GH-37: gnupg_decrypt() returns false when decrypting an encrypted empty string - Fixed GH-46: gnupg_decrypt() segfaults when password callback user ID hint is not supplied - Fixed 1.5.0 regressition - the deletekey `allow_secret` made optional again
tagged:

Link:

Community News:
Latest PEAR Releases (04.14.2025)
Apr 14, 2025 @ 08:05:15

Latest PEAR Releases:

tagged:

Link:

Community News:
Latest PECL Releases (04.08.2025)
Apr 08, 2025 @ 08:05:17

Latest PECL Releases:

  • datadog_trace 1.8.2
    ## Application Security Management

    Fixed

    • Bug collecting client IPs #3183
  • phalcon 5.9.2
    Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.md

    Fixed

    • Fixed PhalconTranslateAdapterCsv the escape argument is explicitly required in PHP 8.4 #16733
    • Fixed PhalconMvcModelQuery to use the cacheOptions lifetime over the "cache" service lifetime
  • datadog_trace 1.8.1
    ## Tracer ### Fixed - Defer dropping the exec span to close time (#3181)
  • datadog_trace 1.8.0
    ## All products ### Added - Add support for file based configuration (library-config) #3068

    Tracer

    Added

    • Add DDTracetry_drop_span() API #3136
    • Add support for PDO::connect #3125
    • Add span creation and close handlers #3123
    • API Gateway Tracing #3116
    • Add a Ratchet integration #3115
    • Baggage Header Propagation Support #3102
    • Crashtracking for windows #3099

    Changed

    • Enable 128 bit trace_id logging by default #3163
    • Allow whitespace as separator in DD_TAGS #3162
    • Implement Disable APM Tracing #3080

    Fixed

    • Support both ENOTSUP and ENOSYS in shm_open fallback Datadog/libdatadog#969
    • Handle flushing of multiple traces at once #3176

    Internal

    • Show actual file and line for occurrence of exceptions as well #3172
    • Support ZSTR_PARENT known_string #3106

    Profiling

    Added

    • Add profiling and appsec to SSI #3063

    Fixed

    • FrankenPHP idle phase #3169
    • Add active span null check #3164
    • Avoid some OOM panics and avoid long strings #3151
    • Fix upscaling of I/O profiles #3146

    Internal

    • Add 'tracing' features to capture time spent walking the stack #3094

    Application Security Management

    Added

    • Implement API Security Sampling RFC #3117
    • Add authenticated user tracking #3114
    • Add profiling and appsec to SSI #3063

    Changed

    • Upgrade libddwaf #3126

    Fixed

    • Emit asm event on user events #3170

    Internal

    • Add more logging around stack generation #3096
tagged:

Link:

Community News:
Latest PEAR Releases (04.07.2025)
Apr 07, 2025 @ 08:05:21

Latest PEAR Releases:

tagged:

Link:

Community News:
Latest PECL Releases (04.01.2025)
Apr 01, 2025 @ 08:05:19

Latest PECL Releases:

  • Tensor 3.0.7
    - Change min PHP version to 8.0.0

  • phalcon 5.9.1
    Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.md

    Changed

    • Changed PhalconStorageAdapterAbstractAdapter and dropped has() check before receiving the value. #16705

    Added

    • Added PhalconHtmlHelperBreadcrumbs component to replace the old PhalconHtmlBreadcrumbs component. #16727

    Fixed

    • Fixed PhalconMvcMicroLazyLoader::callMethod to prevent Unknown named parameter error #16724
  • Tensor 3.0.6
    - Update Zephir to 0.18
  • protobuf 4.30.2
    * See github.com/protocolbuffers/protobuf/releases/tag/v30.2 for release notes.
tagged:

Link:

Community News:
Latest PEAR Releases (03.31.2025)
Mar 31, 2025 @ 08:05:20

Latest PEAR Releases:

tagged:

Link:

Community News:
Latest PECL Releases (03.25.2025)
Mar 25, 2025 @ 08:05:27

Latest PECL Releases:

  • redis 6.2.0
    --- Sponsors ---

    A-VISION Advisering - https://a-vision.nu/ Audiomack - https://audiomack.com Avtandil Kikabidze - https://github.com/akalongman Geoffrey Hoffman - https://github.com/phpguru Object Cache Pro for WordPress - https://objectcache.pro Open LMS - https://openlms.net Salvatore Sanfilippo - https://github.com/antirez Ty Karok - https://github.com/karock Vanessa Santana - https://github.com/vanessa-dev

    • A special thanks to Jakub Onderka for nearly two dozen performance improvements in this release!

    --- 6.2.0 ---

    Fixed:

    • Fix arguments order for SET command [f73f5fc] (Pavlo Yatsukhnenko)
    • Fix error length calculation and UB sanity check [e73130fe] (michael-grunder)
    • Invalidate slot cache on failed cluster connections [c7b87843] (James Kennedy)
    • Don't cast a uint64_t to a long [faa4bc20] (michael-grunder)
    • Fix potential NULL dereference [43e6cab8] (peter15914)
    • Print cursor as unsigned 64 bit integer [138d07b6] (Bentley O'Kane-Chase)
    • Fix XAUTOCLAIM argc when sending COUNT [0fe45d24] (michael-grunder)

    Added:

    • Added serverName() and serverVersion() [fa3eb006, cbaf095f, 056c2dbe] (Pavlo Yatsukhnenko, Michael Grunder)
    • Added getWithMeta method [9036ffca, 36ab5850] (Pavlo Yatsukhnenko)
    • Implement GETDEL command for RedisCluster [d342e4ac] (michael-grunder)
    • Introduce Redis::OPT_PACK_IGNORE_NUMBERS option [f9ce9429, 29e5cf0d] (michael-grunder)
    • Implement Valkey >= 8.1 IFEQ SET option [a2eef77f] (michael-grunder)
    • Implement KeyDB's EXPIREMEMBER[AT] commands [4cd3f593] (michael-grunder)

    Documentation:

    • Fix phpdoc type of $pattern [5cad2076] (OHZEKI Naoki)
    • Better documentation for the $tlsOptions parameter of RedisCluster [8144db37] (Jacob Brown)

    Tests/CI:

    • Add details to the option doc block [abb0f6cc] (michael-grunder)
    • Update CodeQL to v3 [41e11417, a10bca35] (Pavlo Yatsukhnenko)
    • Add PHP 8.4 to CI [6097e7ba] (Pavlo Yatsukhnenko)
    • Pin ubuntu version for KeyDB [eb66fc9e, 985b0313] (michael-grunder)
    • Windows CI: update setup-php-sdk to v0.10 and enable caching [f89d4d8f] (Christoph M. Becker)

    Internal:

    • Reduce buffer size for signed integer [044b3038, 35c59880] (Bentley O'Kane-Chase)
    • Create a strncmp wrapper [085d61ec] (michael-grunder)
    • Refactor and avoid allocation in rawcommand method [f68544f7] (Jakub Onderka)
    • Use defines for callback growth + sanity check [42a42769] (michael-grunder)
    • Switch from linked list to growing array for reply callbacks [a551fdc9] (Jakub Onderka)
    • Reuse redis_sock_append_auth method [be388562] (Jakub Onderka)
    • Switch pipeline_cmd from smart_str to smart_string [571ffbc8] (Jakub Onderka)
    • Remove unused redis_debug_response method from library.c [7895636a] (Jakub Onderka)
    • Optimise HMGET method [2434ba29] (Jakub Onderka)
    • Avoid unnecessary allocation in redis_hset_cmd [aba09933] (Jakub Onderka)
    • Avoid unnecessary allocation in redis_hdel_cmd [4082dd07] (Jakub Onderka)
    • Avoid unnecessary allocation in redis_key_varval_cmd [99650e15] (Jakub Onderka)
    • Use zval_get_tmp_string method that is faster when provided zval is string [f6906470] (Jakub Onderka)
    • Optimise constructing Redis command string [2a2f908f] (Jakub Onderka)
    • If no command is issued in multi mode, return immutable empty array [5156e032] (Jakub Onderka)
    • Test for empty pipeline and multi [426de2bb] (Jakub Onderka)
    • Optimise method array_zip_values_and_scores [400503b8] (Jakub Onderka)
    • Faster parameter parsing in redis_key_cmd and redis_key_long_val_cmd [83a19656] (Jakub Onderka)
    • Use immutable empty array in Redis::hKeys [3a2f3f45] (Jakub Onderka)
    • Use immutable empty array in Redis::exec [60b5a886] (Jakub Onderka)
    • Do not allocate empty string or string with one character [64da891e] (Jakub Onderka)
    • Initialize arrays with known size [99beb922] (Jakub Onderka)
    • Use smart str for constructing pipeline cmd [b665925e] (Jakub Onderka)
  • timezonedb 2025.2
    Updated to version 2025.2 (2025b)
  • swoole 6.0.2
    - Added `SwooleThread::yield()`, `SwooleThread::activeCount()`, and `SwooleThread::isAlive()` methods. @matyhtf - Fixed an issue where using single-thread mode and setting heartbeat in `SWOOLE_THREAD` mode would cause exceptions. @matyhtf - Fixed a segmentation fault issue after enabling `swoole.enable_fiber_mock`. @NathanFreeman - Fixed an integer overflow issue in the Redis server. @yannaingtun - The Redis server currently only supports the `RESP2` protocol. When formatting strings that do not comply with this protocol, an exception will be thrown instead of logging. @matyhtf
  • protobuf 4.29.4
    * See github.com/protocolbuffers/protobuf/releases/tag/v29.4 for release notes.
  • couchbase 4.2.7
    Fixes =====
    • Update core to 1.0.6 (#206).
tagged:

Link:

Community News:
Latest PECL Releases (03.18.2025)
Mar 18, 2025 @ 08:05:24

Latest PECL Releases:

  • datadog_trace 1.7.3
    ## Tracer

    Fixed

    • Avoid using db.statement in favor of sql.query
  • krb5 1.2.4
    - [BUG] Fix PHP7 compatability
  • protobuf 4.30.1
    * See github.com/protocolbuffers/protobuf/releases/tag/v30.1 for release notes.
  • imagick 3.8.0RC2
    - Fixes: * Corrected PHP_IMAGICK_EXTNUM
  • imagick 3.8.0RC1
    - Fixes: * Imagick::clutImage(...) now respects the images interpolate method. * You can now pass null to ImagickDraw::setStrokeDashArray() to reset the dash array. * Fixed memory leak in ImageKernel * Fixed compiling against PHP 8.4. * Fixed various reflection issues related to incorrect arginfo - Added: * function Imagick::clutImageWithInterpolate(Imagick $lookup_table, int $pixel_interpolate_method): bool {} * Constants Imagick::COMPRESSION_BC5, Imagick::COMPRESSION_BC7, Imagick::COMPRESSION_LERC, Imagick::DIRECTION_TOP_TO_BOTTOM, Imagick::ALPHACHANNEL_OFF_IF_OPAQUE
  • gRPC 1.71.0
    - gRPC Core 1.71.0 update
tagged:

Link:

Community News:
Latest PEAR Releases (03.17.2025)
Mar 17, 2025 @ 08:05:21

Latest PEAR Releases:

tagged:

Link:


Trending Topics: