We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c9270 commit 3ddd341Copy full SHA for 3ddd341
NEWS
@@ -110,6 +110,7 @@ PHP NEWS
110
- PDO:
111
. Fixed setAttribute and getAttribute. (SakiTakamachi)
112
. Implemented PDO driver-specific subclasses RFC. (danack, kocsismate)
113
+ . Fixed bug GH-13440 (PDO quote bottleneck). (nielsdos)
114
115
- PDO_DBLIB:
116
UPGRADING
@@ -564,3 +564,5 @@ PHP 8.4 UPGRADE NOTES
564
* The performance of converting SJIS-win to unicode is greatly improved.
565
566
* get_browser() is much faster now, up to 1.5x - 2.5x for some test cases.
567
+
568
+* Improved the performance of MySQLnd quoting.
0 commit comments