Commit 02758118503 for php.net

commit 027581185039942d13edc9e22057c31b4826a741
Author: Weilin Du <weilindu@php.net>
Date:   Thu Sep 10 00:06:26 2026 +0800

    [skip ci] Fix NEWS entry for #23607

diff --git a/NEWS b/NEWS
index 365cd24de84..1fd676d2a64 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 8.4.27

+- 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.
@@ -17,8 +21,6 @@ PHP                                                                        NEWS
 - Core:
   . Fixed out-of-bounds reads during automatic UTF-16/32 encoding detection.
     (Yudai Takada)
-  . Fixed incorrect internal pointer and foreach iterator positions when
-    compacting arrays with holes. (Weilin Du)
   . Fixed bug GH-15375 (Nested "yield from" skips items after a valid() or
     next() call on the inner generator). (iliaal)
   . Fixed bug GH-23232 (lone namespace separator asks the autoloader for an