Commit 5b4b1771da1 for php.net
commit 5b4b1771da1b47643afc1c0b7519056c8604102c
Merge: 6e11afcd789 f3cf2f4527e
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Wed Jun 17 10:46:34 2026 -0400
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
zend_ast: Escape control bytes in exported string literals
diff --cc NEWS
index 2e6865da4a7,98f5bf7e718..0ad443c0381
--- a/NEWS
+++ b/NEWS
@@@ -1,7 -1,7 +1,11 @@@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.4.24
+?? ??? ????, PHP 8.5.9
+
++- Core:
++ . Fixed bug GH-22290 (AST pretty printing does not correctly handle strings
++ containing NUL). (iliaal)
+
- Reflection:
. Fixed bug GH-22324 (Ignore leading namespace separator in
ReflectionParameter::__construct()). (jorgsowa)