Skip to content

Commit 407bc09

Browse files
committed
[skip ci] Fix NEWS reflection category
1 parent 18df69e commit 407bc09

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NEWS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ PHP NEWS
1616
property. (ilutov)
1717
. Fixed bug GH-15693 (Unnecessary include in main.c bloats binary).
1818
(nielsdos)
19-
. Fixed bug GH-15718 (Segfault on ReflectionProperty::get{Hook,Hooks}() on
20-
dynamic properties). (DanielEScherzer)
2119

2220
- DOM:
2321
. Fixed bug GH-13988 (Storing DOMElement consume 4 times more memory in
@@ -38,6 +36,10 @@ PHP NEWS
3836
- PDO_Firebird:
3937
. Fixed GH-15604 (Always make input parameters nullable). (sim1984)
4038

39+
- Reflection:
40+
. Fixed bug GH-15718 (Segfault on ReflectionProperty::get{Hook,Hooks}() on
41+
dynamic properties). (DanielEScherzer)
42+
4143
- Standard:
4244
. Fixed bug GH-15552 (Signed integer overflow in ext/standard/scanf.c). (cmb)
4345

0 commit comments

Comments
 (0)