[PHP-CVS] [php-src] master: [skip ci] NEWS: add entries for #23396 and #23306
[email protected] (Weilin Du)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Weilin Du (LamentXU123)
Date: 2026-08-24T00:01:11+08:00
Commit: https://github.com/php/php-src/commit/daf21f4630812168666bfba9ed7de710ebefae4f
Raw diff: https://github.com/php/php-src/commit/daf21f4630812168666bfba9ed7de710ebefae4f.diff
[skip ci] NEWS: add entries for #23396 and #23306
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index a6c44c47bc44..2e7adae0d951 100644
--- a/NEWS
+++ b/NEWS
@@ -80,6 +80,13 @@ PHP NEWS
. SessionHandler::validateId() is now implemented, so
session.use_strict_mode applies to the built-in handler. (Girgias)
+- Sodium:
+ . Fixed incorrect parameter name in sodium_add(), sodium_memcmp(), and
+ sodium_compare() length-mismatch error messages. (lacatoire)
+
+- Standard:
+ . Fixed incorrect parameter name in convert_uudecode() warning. (lacatoire)
+
- 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)