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

Community News:
Latest PECL Releases (01.21.2025)
Jan 21, 2025 @ 08:05:24

Latest PECL Releases:

  • opentelemetry 1.1.1
    See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.1

  • datadog_trace 1.6.3
    ## Tracer ### Fixed - Block signals for sqlsrv_connect function #3035 - Fall back to stderr if the log path contains colons #3044 ## Profiler ### Fixed - PHP 8.4 crash with opcache optimizer #3038 - Crash during preloading with neighboring ZendMM extension #3037
  • timezonedb 2025.1
    Updated to version 2025.1 (2025a)
  • gRPC 1.70.0RC1
    - gRPC Core 1.70.0 update
tagged:

Link:

Community News:
Latest PECL Releases (01.14.2025)
Jan 14, 2025 @ 08:05:18

Latest PECL Releases:

  • datadog_trace 1.6.2
    ## Tracer

    Fixed

    • Restore MESSAGE_* types #3031
    • Fix stats computation of background sender
  • datadog_trace 1.6.1
    ## Tracer ### Fixed - SpanLink::fromHeaders() crash with no or invalid propagated tags #3025
  • datadog_trace 1.6.0
    ## Tracer ### Added - Kafka Integration #3004 - `8.4` supported version in `datadog-setup.php` #2984 (thanks @greg0ire) ### Changed - Leave a hint at what to do if the temp dir is not writable in installer #3015 ### Fixed - JIT enabled detection in SSI loader #2971 - Block signals for more functions #2999 - Use-after-free with live-debugger #2989 - root span name in Slim V4 #3020 - PHP 8.4 deprecations #2981 (thanks @JeppeKnockaert) - Avoid repeated processing of internal functions #3022 ### Internal - `library_entrypoint.start` metric #3009 - Bump rust to 1.78 #3005 - Exit if execv failed #2983 - Compatibility with newest arginfo gen_stub from PHP 8.4 #2973

    Application Security Management

    Added

    • Support for endpoint, header, network and session fingerprints #2955
    • WAF telemetry #2735
    • Implement LFI #2770
    • ASM Standalone #2903, #3001

    Changed

    • Upgrade libddwaf to v1.22.0 #3007

    Fixed

    • Restart usleep() on EINTR #3002
    • recv/writev calls in the face of interrupting signals #3008
    • Blocking from a hook is not stopping code execution #2836

    Profiling

    Fixed

    • crash on PHP 8.4 #3019 (thanks @SanderVerkuil)
    • Mismatch in UTF8 handling #2990
  • protobuf 4.29.3
    * See github.com/protocolbuffers/protobuf/releases/tag/v29.3 for release notes.
  • gearman 2.1.4
    PHP 8 is now supported
  • gearman 2.1.3
    PHP 8 is now supported
tagged:

Link:

Community News:
Latest PECL Releases (01.07.2025)
Jan 07, 2025 @ 08:05:17

Latest PECL Releases:

  • gRPC 1.69.0
    - gRPC Core 1.69.0 update

  • xdebug 3.4.1
    Mon, Jan 06, 2025 - Xdebug 3.4.1

    = Fixed bugs:

    • Fixed issue #2306: Segmentation fault on each HTTP request when not listening to debugging connections
    • Fixed issue #2307: Segmentation fault due to a superglobal being a reference while checking for triggers
    • Fixed issue #2309: Installation on Windows with PHP PIE failing
    • Fixed issue #2310: xdebug 3.4.0 crashes php8.1-fpm after script execution
  • zookeeper 1.2.2
    Changes: - Change max-version of required PHP (Thanks to johnpbloch, GH PR #61)
tagged:

Link:

Community News:
Latest PECL Releases (12.31.2024)
Dec 31, 2024 @ 08:05:17

Latest PECL Releases:

  • solr 2.8.0
    Features:

    • Support PHP 8.4

    Internals:

    • improve config.m4 and config.w32 (remicollet and petk)
tagged:

Link:

Community News:
Latest PECL Releases (12.24.2024)
Dec 24, 2024 @ 08:05:16

Latest PECL Releases:

  • rpminfo 1.2.0
    - add rpmexpand, rpmexpandnumeric to retrieve rpm macro value

    • add rpmdefine to set rpm macro value
  • protobuf 4.29.2
    * See github.com/protocolbuffers/protobuf/releases/tag/v29.2 for release notes.
tagged:

Link:

Community News:
Latest PEAR Releases (12.23.2024)
Dec 23, 2024 @ 08:05:18

Latest PEAR Releases:

tagged:

Link:

Community News:
Latest PECL Releases (12.17.2024)
Dec 17, 2024 @ 08:05:19

Latest PECL Releases:

tagged:

Link:

Community News:
Latest PECL Releases (12.10.2024)
Dec 10, 2024 @ 08:05:19

Latest PECL Releases:

  • smbclient 1.2.0dev
    Removed support for PHP versions older than 7.4.

  • skywalking_agent 0.8.0
    ## What's Changed * Fix swoole server on request param. by @jmjoy in https://github.com/apache/skywalking-php/pull/100 * Update NOTICE by @jmjoy in https://github.com/apache/skywalking-php/pull/103 * Bump phpseclib/phpseclib from 3.0.19 to 3.0.35 in /tests/php by @dependabot in https://github.com/apache/skywalking-php/pull/104 * Inject skywalking context. by @jmjoy in https://github.com/apache/skywalking-php/pull/107 * Defined instance_name by @Almot77 in https://github.com/apache/skywalking-php/pull/111 * Add TLS by @heyanlong in https://github.com/apache/skywalking-php/pull/112 * Add feature sasl for rdkafka by @jmjoy in https://github.com/apache/skywalking-php/pull/116 * Refactor worker to standalone crate by @jmjoy in https://github.com/apache/skywalking-php/pull/118 * Add standalone reporter type and standalone skywalking worker by @jmjoy in https://github.com/apache/skywalking-php/pull/119 * Adapt to `SwooleCoroutineHttpServer` by @jmjoy in https://github.com/apache/skywalking-php/pull/120 * Adapt to `SwooleHttpServer` by @jmjoy in https://github.com/apache/skywalking-php/pull/121 * Update document by @jmjoy in https://github.com/apache/skywalking-php/pull/122 * Release SkyWalking PHP 0.8.0 by @jmjoy in https://github.com/apache/skywalking-php/pull/123

    New Contributors

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

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

  • protobuf 4.29.1
    * See github.com/protocolbuffers/protobuf/releases/tag/v29.1 for release notes.
  • pcov 1.0.12
    - PHP 8.4 compatibility
tagged:

Link:

Community News:
Latest PEAR Releases (12.09.2024)
Dec 09, 2024 @ 08:05:16

Latest PEAR Releases:

tagged:

Link:

Community News:
Latest PECL Releases (12.03.2024)
Dec 03, 2024 @ 08:05:20

Latest PECL Releases:

  • md4c 1.1
    Initial release

  • md4c 1.0.0dev
    Initial release
  • xdebug 3.4.0
    Thu, Nov 28, 2024 - Xdebug 3.4.0
    • New features:

      • Fixed issue #2239: Add 'XDEBUG_IGNORE' GET/POST/COOKIE/ENV to make the step debugger ignore that specific request
      • Fixed issue #2281: PHP 8.4 support
    • Improvements

      • Fixed issue #2261: Send control socket location in init packet

    = Fixed bugs:

    • Fixed issue #2262: PHP 8.4: Closure names need different wrapping algorithm
    • Fixed issue #2283: SoapClient usage causes segfault with codecoverage
    • Fixed issue #2294: Nette Tester always crashes in all test jobs when running with XDebug 3.4.0beta1 active
    • Fixed issue #2304: Seg fault on throw exception
    • Fixed issue #2305: Segfault when checking whether to ignore creating a debug connection during shutdown functions
  • swoole 5.1.6
    - Fixed the issue where `SwooleHttpResponse::end()` returns `null`. @NathanFreeman - Fixed the problem where the mutex lock of `SwooleTable` could not be used before the process exits. @matyhtf - Fixed the failure of `SwooleServer::stop()` caused by using named parameters. @matyhtf - Fixed the issue where the `runtime tcp` module did not support dynamically enabling SSL encryption. @matyhtf - Fixed the `Fatal error` issue caused by the timeout feature of `PHP` in `ZTS` mode. @matyhtf - Fixed the problem where `SwooleCoroutine::getaddrinfo()` method could lead to SIGSEGV. @matyhtf - Fixed the issue where the HTTP client running for a long time resulted in incorrect timeout settings. @matyhtf
  • protobuf 4.29.0
    * See github.com/protocolbuffers/protobuf/releases/tag/v29.0 for release notes.
  • mongodb 1.20.1
    ## What's Changed * PHPC-2457: Fix using array items by reference by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1697 * Use RHEL 8 to test old server versions by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1700 * PHPC-2350: Test that PackedArray::fromJSON() accepts objects with valid keys by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1703 * PHPC-2433: Test PHP 8.4 on Evergreen by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1721 * Include the compiler variant in Windows release file names for PHP 8.3 by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1718 * Update to latest setup-php-sdk version by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1726 * Skip building against libmongoc master by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1728 * PHPC-2468: Update to libmongoc 1.28.1 by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1725 * PHPC-2649: Use output from setup-php-sdk in packaging step by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1732 * Enable PHP 8.4 testing on PPC and Zseries by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1737 * Use correct name for PDB file for pie installs. by @mickverm in https://github.com/mongodb/mongo-php-driver/pull/1745 * Remove prefix ext- from extension name. by @macintoshplus in https://github.com/mongodb/mongo-php-driver/pull/1752 * Configure release notes to exclude merge-up bot by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1757

    New Contributors

    • @mickverm made their first contribution in https://github.com/mongodb/mongo-php-driver/pull/1745
    • @macintoshplus made their first contribution in https://github.com/mongodb/mongo-php-driver/pull/1752

    Full Changelog: https://github.com/mongodb/mongo-php-driver/compare/1.20.0...1.20.1

  • xmldiff 1.1.4
    - Fix PHP 8.4 compatibility (Remi Collet)
tagged:

Link:


Trending Topics: