mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
?? ??? ????, PHP 8.4.0RC1
|
||||||
|
|
||||||
- Core:
|
|
||||||
. Add missing ReflectionProperty::hasHook[s]() methods. (ilutov)
|
|
||||||
|
|
||||||
- DOM:
|
- DOM:
|
||||||
. Fix XML serializer errata: xmlns="" serialization should be allowed.
|
. Fix XML serializer errata: xmlns="" serialization should be allowed.
|
||||||
(nielsdos)
|
(nielsdos)
|
||||||
|
@ -19,6 +16,9 @@ PHP NEWS
|
||||||
- PCRE:
|
- PCRE:
|
||||||
. Fix UAF issues with PCRE after request shutdown. (nielsdos)
|
. Fix UAF issues with PCRE after request shutdown. (nielsdos)
|
||||||
|
|
||||||
|
- Reflection:
|
||||||
|
. Add missing ReflectionProperty::hasHook[s]() methods. (ilutov)
|
||||||
|
|
||||||
- SimpleXML:
|
- SimpleXML:
|
||||||
. Fixed bug GH-15837 (Segmentation fault in ext/simplexml/simplexml.c).
|
. Fixed bug GH-15837 (Segmentation fault in ext/simplexml/simplexml.c).
|
||||||
(nielsdos)
|
(nielsdos)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue