Skip to content

Commit 3ddd341

Browse files
committed
[ci skip] NEWS and UPGRADING
Closes GH-13466.
1 parent a8c9270 commit 3ddd341

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ PHP NEWS
110110
- PDO:
111111
. Fixed setAttribute and getAttribute. (SakiTakamachi)
112112
. Implemented PDO driver-specific subclasses RFC. (danack, kocsismate)
113+
. Fixed bug GH-13440 (PDO quote bottleneck). (nielsdos)
113114

114115
- PDO_DBLIB:
115116
. Fixed setAttribute and getAttribute. (SakiTakamachi)

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,3 +564,5 @@ PHP 8.4 UPGRADE NOTES
564564
* The performance of converting SJIS-win to unicode is greatly improved.
565565

566566
* 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

Comments
 (0)