Commit d1ffe6afd9c for php.net

commit d1ffe6afd9c5aab0de3ecc03824a0cc447106c06
Author: Tim Düsterhus <tim@bastelstu.be>
Date:   Mon Feb 9 22:41:05 2026 +0100

    Fix extension order in UPGRADING.INTERNALS

diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 1d8734d9fb0..1b9953dff57 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -84,12 +84,6 @@ PHP 8.6 INTERNALS UPGRADE NOTES
 3. Module changes
 ========================

-- ext/xml:
-  . Removed the XML_ExpatVersion() libxml compatibility wrapper,
-    as it was unused.
-  . Removed the XML_GetCurrentByteCount() libxml compatibility wrapper,
-    as it was unused and could return the wrong result.
-
 - ext/mbstring:
   . Added GB18030-2022 to default encoding list for zh-CN.

@@ -111,6 +105,12 @@ PHP 8.6 INTERNALS UPGRADE NOTES
   . _php_error_log_ex() has been removed.
   . php_mail()'s extra_cmd parameter is now a zend_string*.

+- ext/xml:
+  . Removed the XML_ExpatVersion() libxml compatibility wrapper,
+    as it was unused.
+  . Removed the XML_GetCurrentByteCount() libxml compatibility wrapper,
+    as it was unused and could return the wrong result.
+
 ========================
 4. OpCode changes
 ========================