[php-src] PHP-8.5: NEWS for PHP 8.5

Daniel Scherzer <[email protected]> Mon, 3 Aug 2026 17:47:22 +0000
Newsgroups gmane.comp.php.cvs.general
Message-ID <[email protected]>
Author: Daniel Scherzer (DanielEScherzer)
Date: 2026-08-03T10:24:11-07:00

Commit: https://github.com/php/php-src/commit/97e0b1c7853072501bb09c7c4beabeab57a43fdd
Raw diff: https://github.com/php/php-src/commit/97e0b1c7853072501bb09c7c4beabeab57a43fdd.diff

NEWS for PHP 8.5

Changed paths:
  M  NEWS


Diff:

diff --git a/NEWS b/NEWS
index 78d561c25986..20286543c033 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)