From c7397f51316b105fdca30929603874d66f7c1411 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Mon, 16 Sep 2024 14:34:19 +0200 Subject: [PATCH] [skip ci] Fix NEWS section --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index df2622d7bcac3..cad3d431b24fa 100644 --- a/NEWS +++ b/NEWS @@ -2,9 +2,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.4.0RC1 -- Core: - . Add missing ReflectionProperty::hasHook[s]() methods. (ilutov) - - DOM: . Fix XML serializer errata: xmlns="" serialization should be allowed. (nielsdos) @@ -19,6 +16,9 @@ PHP NEWS - PCRE: . Fix UAF issues with PCRE after request shutdown. (nielsdos) +- Reflection: + . Add missing ReflectionProperty::hasHook[s]() methods. (ilutov) + - SimpleXML: . Fixed bug GH-15837 (Segmentation fault in ext/simplexml/simplexml.c). (nielsdos)