Commit 64760a1eda4 for php.net
commit 64760a1eda4d4eae2cce14245d31e68533fda8fd
Merge: 198ee90516a fb76b3d7158
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Sat Sep 19 18:02:39 2026 -0400
Merge branch 'PHP-8.5'
* PHP-8.5:
ext/zlib: honor preset dictionary for raw inflate with non-default window
diff --cc NEWS
index 1c02aa9ec65,41e9dd50699..4dfd11f500f
--- a/NEWS
+++ b/NEWS
@@@ -78,8 -62,12 +78,12 @@@ PH
PROCESS_INFORMATION, an indeterminate comspec pointer after a failed
lookup, and an unchecked CreateFileA() failure. (Ilia Alshanetsky)
+ - Zlib:
+ . Fixed inflate_init() dropping the preset dictionary for raw streams with
+ a non-default window. (Ilia Alshanetsky)
+
-24 Sep 2026, PHP 8.5.11
+10 Sep 2026, PHP 8.6.0beta3
- BCMath:
. Fixed out-of-bounds read in bc_is_zero_for_scale() when scale exceeds