From 407bc092db1729e30eec73147dd0c2a37579ab09 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Tue, 3 Sep 2024 11:33:04 +0200 Subject: [PATCH] [skip ci] Fix NEWS reflection category --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4dd5bd348fa..e5a02a98431 100644 --- a/NEWS +++ b/NEWS @@ -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)