diff --git a/NEWS b/NEWS index df2622d7bca..cad3d431b24 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)