Commit 1c491e67c01 for php.net

commit 1c491e67c013cf8db3bf144b4c0cefcc71c01774
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date:   Mon Aug 3 10:20:41 2026 -0700

    NEWS for PHP 8.4

diff --git a/NEWS b/NEWS
index 491d71681ff..b4a69946ee6 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,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 various memory related issues in ext/sockets. (David Carlier)