NEWS for GH-16200

This commit is contained in:
Arnaud Le Blanc 2024-10-07 18:19:26 +02:00
parent 82f70dba7d
commit 6f70cd3f04
No known key found for this signature in database
GPG key ID: 0098C05DD15ABC13

1
NEWS
View file

@ -84,6 +84,7 @@ PHP NEWS
- Opcache: - Opcache:
. Fixed bug GH-16009 (Segmentation fault with frameless functions and . Fixed bug GH-16009 (Segmentation fault with frameless functions and
undefined CVs). (nielsdos) undefined CVs). (nielsdos)
. Fixed bug GH-16186 (Assertion failure in Zend/zend_operators.c). (Arnaud)
- PCRE: - PCRE:
. Fixed bug GH-16184 (UBSan address overflowed in ext/pcre/php_pcre.c). . Fixed bug GH-16184 (UBSan address overflowed in ext/pcre/php_pcre.c).