Commit 7a4c6279536 for php.net
commit 7a4c62795365ed6a97a0184c96375b9fb4d53b1e
Merge: b9c64e21899 02758118503
Author: Weilin Du <weilindu@php.net>
Date: Thu Sep 10 00:07:23 2026 +0800
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
[skip ci] Fix NEWS entry for #23607
Zend: Fix iterator relocation at the current element during rehash (#23607)
diff --cc NEWS
index 63cbbca22b5,1fd676d2a64..37f27f3572c
--- a/NEWS
+++ b/NEWS
@@@ -1,7 -1,11 +1,11 @@@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.4.27
+?? ??? ????, PHP 8.5.12
+ - Core:
+ . Fixed incorrect internal pointer and foreach iterator positions when
+ compacting arrays with holes. (Weilin Du)
+
- DOM:
. Fixed use-after-free when re-constructing a DOMXPath whose php:function
registrations are freed while still reachable from the cycle collector.