Subscribe to PHP Freaks RSS

Community News: Latest PECL Releases (08.27.2024)

syndicated from www.phpdeveloper.org on August 27, 2024

Latest PECL Releases:

  • gRPC 1.66.0
    - gRPC Core 1.66.0 update

  • gRPC 1.65.5
    - gRPC Core 1.65.5 update
  • parallel 1.2.4
    - Namespace PHP_METHODs to avoid collisions with ext-event #321
  • msgpack 3.0.0RC1
    * Add support for PHP-8.1 Enums * merges #173 * fixes #171 * Add support for APCu * merges #162, #93 * Add OPT_ASSOC for roundtrip serialization of map. * merges #58
  • swoole 5.1.4
    - Fix broken build with GCC 14. @remicollet - Fix could not send SSL negotiation packet(Resource temporarily unavailable). @NathanFreeman - Fix the issue where certain critical parameters of `SwooleServer` are not reset to 0 during process restart. @NathanFreeman - Fix the problem where `SwooleHttpRequest::getMethod()` returns the incorrect request method when `HTTP2` is enabled. @matyhtf - Optimize `SwooleHttpResponse::end()`. Response data larger than 16K will be sent directly through the socket, while data smaller than or equal to 16K will be copied to the buffer first before being sent out via the socket. @NathanFreeman
  • protobuf 4.28.0RC3
    * See github.com/protocolbuffers/protobuf/releases/tag/v28.0-rc-3 for release notes.
  • PDO_OCI 1.1.0
    This version is for PHP 8.3 only.

    Requires Oracle Client libraries from 11.2 or later.

  • phpy 1.0.6
    - Added python-config PECL configure option