Commit 85e0e27e79e for php.net

commit 85e0e27e79e55a07cb219b9da0c339e174a41e3a
Author: Weilin Du <weilindu@php.net>
Date:   Wed Aug 19 16:55:54 2026 +0800

    [skip ci] Fix NEWS SAPI section

diff --git a/NEWS b/NEWS
index e273a86dfca..4071136c6af 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,9 @@ PHP                                                                        NEWS
   . Fixed a leak when a persistent connection failed a liveness check
     with no other live PDO handle. (iliaal)

+- SAPI:
+  . Fixed returns uninitialized value on LiteSpeed lsapi SAPI (Go Kudo)
+
 - Standard:
   . Fixed a memory leak in array_merge_recursive() when the recursive merge of
     an object converted to an array fails. (David Carlier)
@@ -42,9 +45,6 @@ PHP                                                                        NEWS
   . Fixed ZipArchive::extractTo() and ZipArchive::getFrom*() reporting success
     on corrupted entries. (David Carlier)

-- SAPI:
-  . Fixed returns uninitialized value on LiteSpeed lsapi SAPI (Go Kudo)
-
 27 Aug 2026, PHP 8.4.25

 - Core: