We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfb146 commit 1913838Copy full SHA for 1913838
1 file changed
UPGRADING
@@ -149,6 +149,10 @@ PHP 8.6 UPGRADE NOTES
149
. `grapheme_strrev()` returns strrev for grapheme cluster unit.
150
RFC: https://wiki.php.net/rfc/grapheme_strrev
151
152
+- mysqli:
153
+ . Added `mysqli::quote_string()` and `mysqli_quote_string()`.
154
+ RFC: https://wiki.php.net/rfc/mysqli_quote_string
155
+
156
- Standard:
157
. `clamp()` returns the given value if in range, else return the nearest
158
bound.
0 commit comments