Commit 4fc0819165f for php.net

commit 4fc0819165f8dcc307ccf7f2434342a612e000ac
Author: Weilin Du <weilindu@php.net>
Date:   Sat Jul 4 01:52:58 2026 +0800

    [skip ci] Fix NEWS entry for intl fix

    This moves the NEWS entry of #22533 to 8.6 alpha2

diff --git a/NEWS b/NEWS
index 216f3b2b52b..3ea51b89f23 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,11 @@ PHP                                                                        NEWS
   . Fixed bug GH-11020 (exif_read_data() emits a spurious "Illegal IFD size"
     warning when an IFD is not followed by a next-IFD offset). (Eyüp Can Akman)

+- Intl:
+  . IntlDateFormatter::parse()/datefmt_parse() and
+    IntlDateFormatter::localtime()/datefmt_localtime() now raise TypeError
+    when the offset argument is not of type int. (Weilin Du)
+
 - Opcache:
   . Fixed bug GH-21770 (Infinite recursion in property hook getter in opcache
     preloaded trait). (iliaal)
@@ -132,9 +137,6 @@ PHP                                                                        NEWS
     locale_get_display_keyword_value() respectively. (Weilin Du)
   . Fix incorrect argument positions for invalid start/end arguments in
     transliterator_transliterate(). (Weilin Du)
-  . IntlDateFormatter::parse()/datefmt_parse() and
-    IntlDateFormatter::localtime()/datefmt_localtime() now raise TypeError
-    when the offset argument is not of type int. (Weilin Du)
   . Fixed IntlTimeZone::getDisplayName() to synchronize object error state
     for invalid display types. (Weilin Du)
   . Fixed Locale::lookup() and locale_lookup() to return NULL instead of the