Community News:
Latest PECL Releases (02.04.2025)
byChris Cornutt
Feb 04, 2025 @ 08:05:17
Latest PECL Releases:
- openswoole 25.2.0
. PHP 8.4 support
- gRPC 1.70.0
- gRPC Core 1.70.0 update
- couchbase 4.2.6
Enhancements
============
- PCBC-992: Add zone aware replica reads (#201).
Fixes
-
PCBC-1018: Do not destroy expired connection if it still being used (#200).
-
PCBC-1016: Fix trustCertificate
option that was ignored previously (#195).
-
Update core to 1.0.5 (#203).
-
Fix PHP 8.4 deprecation warnings (#198).
-
Fix Undefined constant error (#196).
- parallel 1.2.6
- fix/update Windows CI #330
- upgrade docker images and add PHP 8.4 containers #331
- support in-tree build #334
- support building via pie #335, #336
- jsonpath 3.0.0
## Breaking changes
In comparisons involving numbers, numeric strings are now treated as numbers.
Example:
$data = [
'items' => [
[
'id' => 1,
'quantity' => 5,
],
[
'id' => 2,
'quantity' => '8',
],
],
];
Before: $.items[?(@.quantity > 0)]
returns [['id' => 1, 'quantity' => 5]]
.
After: $.items[?(@.quantity > 0)]
returns [['id' => 1, 'quantity' => 5], ['id' => 2, 'quantity' => '8']]
.
What's Changed
- Test also on PHP 8.4 for Windows and PHP 8.5 (nightly) for Linux, cache PHP-SDK in Windows by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/192
- Allow numeric strings in number comparisons by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/191
- PDO_INFORMIX 1.3.7
Changed the config file to support CSDK 5.0 for informix 15.
tagged:
Community News:
Latest PECL Releases (01.28.2025)
byChris Cornutt
Jan 28, 2025 @ 08:05:17
Latest PECL Releases:
- ice 1.11.0
- PHP 7.4, drop support
- PHP 8.3 and PHP 8.4, add support #314
- Update zephir parser to 1.7.0
- Update zephir-lang/zephir@c79b710
- jsonpath 2.1.1
* Add link to PHP Extensions Repository for Windows DLLs by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/180
* Add dependabot configuration by @dawitnida in https://github.com/supermetrics-public/pecl-jsonpath/pull/181
* Bump actions/checkout from 2 to 4 by @dependabot in https://github.com/supermetrics-public/pecl-jsonpath/pull/183
* Bump DoozyX/clang-format-lint-action from 0.12 to 0.17 by @dependabot in https://github.com/supermetrics-public/pecl-jsonpath/pull/182
* Bump schneegans/dynamic-badges-action from 1.0.0 to 1.7.0 by @dependabot in https://github.com/supermetrics-public/pecl-jsonpath/pull/184
* Bump php/setup-php-sdk from 0.8 to 0.9 by @dependabot in https://github.com/supermetrics-public/pecl-jsonpath/pull/185
* Bump DoozyX/clang-format-lint-action from 0.17 to 0.18 by @dependabot in https://github.com/supermetrics-public/pecl-jsonpath/pull/186
* Add composer.json for compatibility with PIE by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/187
* Fix segmentation fault when matching regex string against non-string values by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/190
- protobuf 3.25.6
* See github.com/protocolbuffers/protobuf/releases/tag/v25.6 for release notes.
- opentelemetry 1.1.2
See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.2
tagged:
Community News:
Latest PECL Releases (01.21.2025)
byChris Cornutt
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:
Community News:
Latest PECL Releases (01.14.2025)
byChris Cornutt
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:
Community News:
Latest PECL Releases (01.07.2025)
byChris Cornutt
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: