Commit df5e361b66b for php.net

commit df5e361b66bb3642162225aae8c300cf13b909a2
Author: Weilin Du <weilindu@php.net>
Date:   Tue Jul 14 23:44:21 2026 +0800

    [skip ci] UPGRADING: sort extensions alphabetically

diff --git a/UPGRADING b/UPGRADING
index a27ef2f8f4a..57a1f6a0eba 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -399,6 +399,10 @@ PHP 8.6 UPGRADE NOTES
   . Locale::getDisplayKeyword() and Locale::getDisplayKeywordValue()
     RFC: https://wiki.php.net/rfc/getdisplaykeyword_and_getdisplaykeywordvalue

+- mysqli:
+  . Added mysqli::quote_string() and mysqli_quote_string().
+    RFC: https://wiki.php.net/rfc/mysqli_quote_string
+
 - Reflection:
   . ReflectionConstant::inNamespace()
   . ReflectionProperty::isReadable() and ReflectionProperty::isWritable()
@@ -406,10 +410,6 @@ PHP 8.6 UPGRADE NOTES
   . ReflectionParameter::getDocComment()
     RFC: https://wiki.php.net/rfc/parameter-doccomments

-- mysqli:
-  . Added mysqli::quote_string() and mysqli_quote_string().
-    RFC: https://wiki.php.net/rfc/mysqli_quote_string
-
 - Standard:
   . clamp() returns the given value if in range, else return the nearest
     bound.