Commit daf21f46308 for php.net

commit daf21f4630812168666bfba9ed7de710ebefae4f
Author: Weilin Du <weilindu@php.net>
Date:   Mon Aug 24 00:01:11 2026 +0800

    [skip ci] NEWS: add entries for #23396 and #23306

diff --git a/NEWS b/NEWS
index a6c44c47bc4..2e7adae0d95 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)