Commit 75cd8fbb556 for php.net
commit 75cd8fbb55693b62472393b427ede3ed69b4c00b
Merge: 01bca99955f 9db074d2add
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date: Sun Nov 16 21:29:16 2025 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix crash in property existence test in ext/zip
diff --cc NEWS
index 61912827f3d,c6ac3aa4f01..d40e47f0148
--- a/NEWS
+++ b/NEWS
@@@ -39,25 -46,20 +39,28 @@@ PH
. Fixed bug GH-20439 (xml_set_default_handler() does not properly handle
special characters in attributes when passing data to callback). (ndossche)
+ - Zip:
+ . Fix crash in property existence test. (ndossche)
+
-20 Nov 2025, PHP 8.4.15
+13 Nov 2025, PHP 8.5.0RC5
+
+- Core:
+ . Fixed bug GH-17951 (memory_limit is not always limited by max_memory_limit).
+ (manuelm)
+ . Address bug GH-20384 (Confirm if ob_gzhandler is impacted by ob_start
+ handler changes) by reverting GH-18932 (Deprecate returning non-string
+ values from a user output handler). (DanielEScherzer)
+
+- URI:
+ . Fixed bug GH-20431 (Uri\Rfc3986\Uri::setHost(null) turns empty path into /)
+ by updating to a newer uriparser snapshot. (timwolla)
+ . Fixed the distinction between an empty and a missing query/fragment
+ when using Uri\WhatWg\Url::getQuery() and Uri\WhatWg\Url::getFragment().
+ (kocsismate)
+
+06 Nov 2025, PHP 8.5.0RC4
- Core:
- . Fixed bug GH-19934 (CGI with auto_globals_jit=0 causes uouv). (ilutov)
- . Fixed bug GH-20073 (Assertion failure in WeakMap offset operations on
- reference). (nielsdos)
- . Fixed bug GH-20085 (Assertion failure when combining lazy object
- get_properties exception with foreach loop). (nielsdos)
- . Fixed bug GH-19844 (Don't bail when closing resources on shutdown). (ilutov)
- . Fixed bug GH-20177 (Accessing overridden private property in
- get_object_vars() triggers assertion error). (ilutov)
. Fixed bug GH-20270 (Broken parent hook call with named arguments). (ilutov)
. Fixed bug GH-20183 (Stale EG(opline_before_exception) pointer through eval).
(ilutov)