We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18df69e commit 407bc09Copy full SHA for 407bc09
NEWS
@@ -16,8 +16,6 @@ PHP NEWS
16
property. (ilutov)
17
. Fixed bug GH-15693 (Unnecessary include in main.c bloats binary).
18
(nielsdos)
19
- . Fixed bug GH-15718 (Segfault on ReflectionProperty::get{Hook,Hooks}() on
20
- dynamic properties). (DanielEScherzer)
21
22
- DOM:
23
. Fixed bug GH-13988 (Storing DOMElement consume 4 times more memory in
@@ -38,6 +36,10 @@ PHP NEWS
38
36
- PDO_Firebird:
39
37
. Fixed GH-15604 (Always make input parameters nullable). (sim1984)
40
+- Reflection:
+ . Fixed bug GH-15718 (Segfault on ReflectionProperty::get{Hook,Hooks}() on
41
+ dynamic properties). (DanielEScherzer)
42
+
43
- Standard:
44
. Fixed bug GH-15552 (Signed integer overflow in ext/standard/scanf.c). (cmb)
45
0 commit comments