1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[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

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)