[php-src] master: NEWS for master

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

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

NEWS for master

Changed paths:
  M  NEWS


Diff:

diff --git a/NEWS b/NEWS
index 1f3011b8e614..9e4651c305af 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,8 @@ PHP                                                                        NEWS
   . Added ReflectionAttribute::inNamespace(),
     ReflectionAttribute::getNamespaceName(), and
     ReflectionAttribute::getShortName(). (Girgias)
+  . Fixed bug GH-22905 (Reflection exception messages truncate on null bytes).
+    (DanielEScherzer)
 
 - Standard:
   . Added the "filter.max_filter_count" stream context option for php://filter