Commit 48d80d2729a for php.net
commit 48d80d2729ab5e6f8f67ac1a95b48e57a803b74e
Merge: 9db074d2add 93ce0500aa9
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date: Mon Nov 17 18:24:13 2025 +0100
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
Fix assertion failures resulting in crashes with stream filter object parameters
diff --cc NEWS
index c6ac3aa4f01,cacfdc28892..a3295a7b76d
--- a/NEWS
+++ b/NEWS
@@@ -49,7 -49,11 +53,11 @@@ PH
- Zip:
. Fix crash in property existence test. (ndossche)
+ - Zlib:
+ . Fix assertion failures resulting in crashes with stream filter
+ object parameters. (ndossche)
+
-20 Nov 2025, PHP 8.3.28
+20 Nov 2025, PHP 8.4.15
- Core:
. Fixed bug GH-19934 (CGI with auto_globals_jit=0 causes uouv). (ilutov)