[PHP-CVS] [php-src] master: Update NEWS for session bugfix
[email protected] (Gina Peter Banyard)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2026-08-18T20:50:14+01:00
Commit: https://github.com/php/php-src/commit/9f1437ec5a57c3f33d16b3d5666fca9c4f32088b
Raw diff: https://github.com/php/php-src/commit/9f1437ec5a57c3f33d16b3d5666fca9c4f32088b.diff
Update NEWS for session bugfix
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index 42768c2904ee..2e921b6c26f8 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)