The second release candidate for PHP 8.1.0 is now available for testing.
PHP 8.1.0 RC2
- DOM:
. Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID). (Viktor Volkov)
- Shmop:
. Fixed bug #81407 (shmop_open won't attach and causes php to crash). (cmb)
- Opcache:
. Fixed bug #81409 (Incorrect JIT code for ADD with a reference to array). (Dmitry)
- PCRE:
. Fixed bug #81424 (PCRE2 10.35 JIT performance regression). (cmb)
- Zip:
. Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). (Remi)