Software 42311 Published by

Sergey Panteleev has announced the release of the second release candidate for PHP 8.2.0.



php-8.2.0RC2

- Core:
. Fixed bug GH-9500 (Using dnf type with parentheses after readonly keyword results in a parse error). (ilutov)
. Fixed bug GH-9516 ((A&B)|D as a param should allow AB or D. Not just A). (Girgias)

- GMP
. Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is passed to gmp_init()). (Girgias)

- Intl
. Fixed bug GH-9421 (Incorrect argument number for ValueError in NumberFormatter). (Girgias)

- Opcache:
. Fixed bug GH-9259 (opcache.interned_strings_buffer setting integer overflow). (Arnaud)

- OpenSSL:
. Fixed bug GH-9517 (Compilation error openssl extension related to PR GH-9366). (Jakub Zelenka)

- PDO_PGSQL:
. Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed). (Yurunsoft)

- Random:
. Fixed bug GH-9464 (build on older macOs releases). (David Bohman)

- Standard:
. Marked crypt()'s $string parameter as #[\SensitiveParameter]. (timwolla)
. Fixed bug GH-9464 (build on older macOs releases). (David Bohman)
. Fixed bug GH-9518 (Disabling IPv6 support disables unrelated constants). (cmb)



Release php-8.2.0RC2 · php/php-src