[skip ci] Fix NEWS reflection category

This commit is contained in:
Ilija Tovilo 2024-09-03 11:33:04 +02:00
parent 18df69ee34
commit 407bc092db
No known key found for this signature in database
GPG key ID: 5050C66BFCD1015A

6
NEWS
View file

@ -16,8 +16,6 @@ PHP NEWS
property. (ilutov)
. Fixed bug GH-15693 (Unnecessary include in main.c bloats binary).
(nielsdos)
. Fixed bug GH-15718 (Segfault on ReflectionProperty::get{Hook,Hooks}() on
dynamic properties). (DanielEScherzer)
- DOM:
. Fixed bug GH-13988 (Storing DOMElement consume 4 times more memory in
@ -38,6 +36,10 @@ PHP NEWS
- PDO_Firebird:
. Fixed GH-15604 (Always make input parameters nullable). (sim1984)
- Reflection:
. Fixed bug GH-15718 (Segfault on ReflectionProperty::get{Hook,Hooks}() on
dynamic properties). (DanielEScherzer)
- Standard:
. Fixed bug GH-15552 (Signed integer overflow in ext/standard/scanf.c). (cmb)