Commit 3249f2db547 for php.net
commit 3249f2db547d37d08c205423420bb31684a6bd87
Merge: 53f75684d99 38628e89a54
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Sat Mar 28 19:12:11 2026 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix GH-17399: iconv memory leak on bailout
diff --cc NEWS
index 180446136cd,0e042bb864c..011489fbc80
--- a/NEWS
+++ b/NEWS
@@@ -5,9 -5,10 +5,12 @@@ PH
- Core:
. Fixed bug GH-19983 (GC assertion failure with fibers, generators and
destructors). (iliaal)
+ . Fixed ZEND_API mismatch on zend_ce_closure forward decl for Windows+Clang.
+ (henderkes)
+ - Iconv:
+ . Fixed bug GH-17399 (iconv memory leak on bailout). (iliaal)
+
- SPL:
. Fixed bug GH-21499 (RecursiveArrayIterator getChildren UAF after parent
free). (Girgias)