[skip ci] Fix NEWS section

This commit is contained in:
Ilija Tovilo 2024-09-16 14:34:19 +02:00
parent d75a289f6f
commit c7397f5131
No known key found for this signature in database
GPG key ID: 5050C66BFCD1015A

6
NEWS
View file

@ -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)