Core
Bz2
- Fix truncation of total output size causing erroneous errors.
DOM
- Fixed bug GH-21486 (Dom\HTMLDocument parser mangles xml:space and xml:lang attributes).
FFI
- Fixed resource leak in FFI::cdef() onsymbol resolution failure.
GD
- Fixed bug GH-21431 (phpinfo() to display libJPEG 10.0 support).
Opcache
OpenSSL
- Fixed bug GH-21083 (Skip private_key_bits validation for EC/curve-based keys).
- Fix missing error propagation for BIO_printf() calls.
PCNTL
- Fixed signal handler installation on AIX by bumping the storage size of the num_signals global.
PCRE
- Fixed re-entrancy issue on php_pcre_match_impl, php_pcre_replace_impl, php_pcre_split_impl, and php_pcre_grep_impl.
Phar
- Fixed bug GH-21333 (use after free when unlinking entries during iteration of a compressed phar).
SNMP
- Fixed bug GH-21336 (SNMP::setSecurity() undefined behavior with NULL arguments).
SOAP
- Fixed Set-Cookie parsing bug wrong offset while scanning attributes.
SPL
- Fixed bug GH-21454 (missing write lock validation in SplHeap).
Standard
Sysvshm
- Fix memory leak in shm_get_var() when variable is corrupted.