Latest PECL Releases:
- excimer 1.2.5
– Fix build error with libtool 1.5 - excimer 1.2.4
– Rewrite the backend to work around a glibc timer aliasing bug (T391426).
Timer creation and deletion are now more expensive, so applications should
try to avoid unnecessary creation and deletion. It’s cheaper to stop and
start an existing timer. Handling events is cheaper, so profiling
performance is improved.
– Compile with -fvisibility=hidden - brotli 0.17.0
– experimental: dcb support in output handler
– feat: dictionary support
– feat: named arguments support (PHP 8.0+)
– change: argumeent name for brotli_compress() and brotli_compress_init(): quality -> level
– change: argumeent name for brotli_uncompress(): max -> length
– change: version in info to BrotliDecoderVersion()
– change: add GCC visibility hidden when include bundled
– change!: incorrect parameter cause errors
– refactor: output hander context start
– refactor: change use php_brotli_context in brotli_uncompress()
– refactor: add parameter settings for BROTLI_DECODER_PARAM_LARGE_WINDOW to brotli_uncompress_init()
– refactor: change error message
– refactor: change use BrotliEncoderCompressStream() in brotli_compress()
– refactor: php_brotli_decoder_create() -> php_brotli_context_create_decoder()
– refactor: php_brotli_encoder_create() -> php_brotli_context_create_encoder()
– refactor: php_brotli_stream_data struct
– refactor: php_brotli_context struct - protobuf 4.31.0
* See github.com/protocolbuffers/protobuf/releases/tag/v31.0 for release notes. - opentelemetry 1.1.3
See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.3 - xdebug 3.4.3
Wed, May 14, 2025 – Xdebug 3.4.3= Fixed bugs:
- Fixed issue #2322: Xdebug tries to open debugging connection in destructors during shutdown
- Fixed issue #2325: Referred chrome browser extension is no longer working
- Fixed issue #2326: Step debugger finishes if property debugging handler in PHP throws an exception
- Fixed issue #2331: Segmentation fault with ‘invalid’ variable names
- Fixed issue #2339: Trying to throw an exception can cause a zend_mm_heap corrupted error under specific circumstances
- Fixed issue #2340: Xdebug case sensitivity issues on some files introduced since 3.3.0
- Fixed issue #2343: Fatal error on virtual property hook step debugging
- Fixed issue #2348: Xdebug does not resolve breakpoints in property hooks
Source: Read MoreÂ