[php-src] master: [skip ci] UPGRADING: sort extensions alphabetically
Weilin Du via GitHub <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Weilin Du (LamentXU123)
Committer: GitHub (web-flow)
Pusher: LamentXU123
Date: 2026-07-14T23:44:21+08:00
Commit: https://github.com/php/php-src/commit/df5e361b66bb3642162225aae8c300cf13b909a2
Raw diff: https://github.com/php/php-src/commit/df5e361b66bb3642162225aae8c300cf13b909a2.diff
[skip ci] UPGRADING: sort extensions alphabetically
Changed paths:
M UPGRADING
Diff:
diff --git a/UPGRADING b/UPGRADING
index a27ef2f8f4ac..57a1f6a0ebad 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.