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

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

Commit: https://github.com/php/php-src/commit/1c491e67c013cf8db3bf144b4c0cefcc71c01774
Raw diff: https://github.com/php/php-src/commit/1c491e67c013cf8db3bf144b4c0cefcc71c01774.diff

NEWS for PHP 8.4

Changed paths:
  M  NEWS


Diff:

diff --git a/NEWS b/NEWS
index 491d71681ff0..b4a69946ee60 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)