We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75a289 commit c7397f5Copy full SHA for c7397f5
NEWS
@@ -2,9 +2,6 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.4.0RC1
4
5
-- Core:
6
- . Add missing ReflectionProperty::hasHook[s]() methods. (ilutov)
7
-
8
- DOM:
9
. Fix XML serializer errata: xmlns="" serialization should be allowed.
10
(nielsdos)
@@ -19,6 +16,9 @@ PHP NEWS
19
16
- PCRE:
20
17
. Fix UAF issues with PCRE after request shutdown. (nielsdos)
21
18
+- Reflection:
+ . Add missing ReflectionProperty::hasHook[s]() methods. (ilutov)
+
22
- SimpleXML:
23
. Fixed bug GH-15837 (Segmentation fault in ext/simplexml/simplexml.c).
24
0 commit comments