mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Fix NEWS section
This commit is contained in:
parent
d75a289f6f
commit
c7397f5131
1 changed files with 3 additions and 3 deletions
6
NEWS
6
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue