Commit 2feaf387d85 for php.net
commit 2feaf387d8584311eae1194776d01f4f50535860
Merge: 75e28802b4d 85e0e27e79e
Author: Weilin Du <weilindu@php.net>
Date: Wed Aug 19 16:59:13 2026 +0800
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
[skip ci] Fix NEWS SAPI section
diff --cc NEWS
index 790e4ef21da,4071136c6af..aec8b7eb3aa
--- a/NEWS
+++ b/NEWS
@@@ -36,21 -34,20 +36,21 @@@ PH
. Fixed a leak when a persistent connection failed a liveness check
with no other live PDO handle. (iliaal)
+- Readline:
+ . Fixed the interactive shell not waiting for the pager process to exit.
+ (Weilin Du)
+
+ - 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)
-
- Zip:
- . Fixed ZipArchive::extractTo() and ZipArchive::getFrom*() reporting success
- on corrupted entries. (David Carlier)
+ . Fixed bug GH-17787 (ZipArchive stream stops reading early when the archive
+ is freed while the stream is still open). (Eyüp Can Akman)
- - SAPI:
- . Fixed returns uninitialized value on LiteSpeed lsapi SAPI (Go Kudo)
-
-27 Aug 2026, PHP 8.4.25
+27 Aug 2026, PHP 8.5.10
- Core:
+ . Fixed bug GH-22782 (Const expr FCC crashes under preloading). (Arnaud)
. Fixed bug GH-23088 (Stack overflow when comparing deeply nested arrays).
(Lazizbek Ergashev)