Commit 266c8d9975d for php.net
commit 266c8d9975d01dbbe3a2d4429410b5d6b018cc40
Merge: 4c955f4a2b2 77170ee6ee2
Author: Arnaud Le Blanc <arnaud.lb@gmail.com>
Date: Mon Aug 10 10:09:03 2026 +0200
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Add a stack limit check in zend_hash_compare() (#23090)
diff --cc NEWS
index e99924f024e,7a93e72de06..72388b5c946
--- a/NEWS
+++ b/NEWS
@@@ -1,9 -1,10 +1,11 @@@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.4.25
+?? ??? ????, 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)
- Date:
. Fixed leak on double DatePeriod::__construct() call. (ilutov)