[php-src] master: Merge branch 'PHP-8.4' into PHP-8.5
Weilin Du <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Weilin Du (LamentXU123)
Date: 2026-08-19T16:59:13+08:00
Commit: https://github.com/php/php-src/commit/2feaf387d8584311eae1194776d01f4f50535860
Raw diff: https://github.com/php/php-src/commit/2feaf387d8584311eae1194776d01f4f50535860.diff
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
[skip ci] Fix NEWS SAPI section
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index 790e4ef21dad..aec8b7eb3aa9 100644
--- a/NEWS
+++ b/NEWS
@@ -40,13 +40,13 @@ PHP NEWS
. 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)
+
- 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)
-- SAPI:
- . Fixed returns uninitialized value on LiteSpeed lsapi SAPI (Go Kudo)
-
27 Aug 2026, PHP 8.5.10
- Core: