[php-src] master: [skip ci] Fix NEWS SAPI section
Weilin Du <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Weilin Du (LamentXU123)
Date: 2026-08-19T16:57:53+08:00
Commit: https://github.com/php/php-src/commit/85e0e27e79e55a07cb219b9da0c339e174a41e3a
Raw diff: https://github.com/php/php-src/commit/85e0e27e79e55a07cb219b9da0c339e174a41e3a.diff
[skip ci] Fix NEWS SAPI section
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index e273a86dfca6..4071136c6afc 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: