1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Fix NEWS section

This commit is contained in:
Ilija Tovilo
2024-09-16 14:34:19 +02:00
parent d75a289f6f
commit c7397f5131

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)