Commit 9f1437ec5a5 for php.net

commit 9f1437ec5a57c3f33d16b3d5666fca9c4f32088b
Author: Gina Peter Banyard <girgias@php.net>
Date:   Tue Aug 18 20:50:14 2026 +0100

    Update NEWS for session bugfix

diff --git a/NEWS b/NEWS
index 42768c2904e..2e921b6c26f 100644
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,10 @@ PHP                                                                        NEWS
 - Readline:
   . Fixed class constant completion in the interactive shell. (Weilin Du)

+- Session:
+  . Fixed bug GH-23056 (missing handler name in session write warning).
+    (lazerg)
+
 - Zip:
   . Fixed bug GH-17787 (ZipArchive stream stops reading early when the archive
     is freed while the stream is still open). (Eyüp Can Akman)