[ci skip] News for GH-17101

This commit is contained in:
Niels Dossche 2024-12-17 19:07:14 +01:00
parent d4778224ca
commit 18d47cf63f
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

2
NEWS
View file

@ -17,6 +17,8 @@ PHP NEWS
. Fixed bug GH-17106 (ZEND_MATCH_ERROR misoptimization). (ilutov)
. Fixed bug GH-17162 (zend_array_try_init() with dtor can cause engine UAF).
(nielsdos)
. Fixed bug GH-17101 (AST->string does not reproduce constructor property
promotion correctly). (nielsdos)
- DBA:
. Skip test if inifile is disabled. (orlitzky)