Commit 97e0b1c7853 for php.net
commit 97e0b1c7853072501bb09c7c4beabeab57a43fdd
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date: Mon Aug 3 10:24:11 2026 -0700
NEWS for PHP 8.5
diff --git a/NEWS b/NEWS
index 78d561c2598..20286543c03 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,10 @@ PHP NEWS
. Fixed bug GH-21134 (Crash with \C + UTF-8). Using \C in UTF-8 patterns is
now forbidden. (Arnaud)
+- Reflection:
+ . Fixed bug GH-22905 (Reflection exception messages truncate on null bytes).
+ (DanielEScherzer)
+
- Sockets:
. Fixed socket_set_option() validation error messages for UDP_SEGMENT and
SO_LINGER options. (Weilin Du)