Software 42311 Published by

Pierrick Charron has announced the release of the third release candidate for PHP 8.2.0 for testing.



php-8.2.0RC3

- Core:
. Fixed observer class notify with Opcache file_cache_only=1. (ilutov)

- Date:
. Fixed bug with parsing large negative numbers with the @ notation. (Derick)

- Fileinfo:
. Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2 files). (Anatol)

- Opcache:
. Added indirect call reduction for jit on x86 architectures. (wxue1)

- Sockets:
. Fixed socket constants regression as of PHP 8.2.0beta3. (Bruce Dou)

- Session:
. Fixed GH-9584 (Avoid memory corruption when not unregistering custom session handler). (ilutov)
. Fixed bug GH-9583 (session_create_id() fails with user defined save handler that doesn't have a validateId() method). (Girgias)

- Standard:
. Revert "Fixed parse_url(): can not recognize port without scheme." (andypost)



Release php-8.2.0RC3 · php/php-src