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 3ddd341 commit 91d18d8Copy full SHA for 91d18d8
NEWS
@@ -85,6 +85,9 @@ PHP NEWS
85
- MBString:
86
. Added mb_trim, mb_ltrim and mb_rtrim. (Yuya Hamada)
87
88
+- MySQLnd:
89
+ . Fixed bug GH-13440 (PDO quote bottleneck). (nielsdos)
90
+
91
- Opcache:
92
. Added large shared segments support for FreeBSD. (David Carlier)
93
. If JIT is enabled, PHP will now exit with a fatal error on startup in case
@@ -110,7 +113,6 @@ PHP NEWS
110
113
- PDO:
111
114
. Fixed setAttribute and getAttribute. (SakiTakamachi)
112
115
. Implemented PDO driver-specific subclasses RFC. (danack, kocsismate)
- . Fixed bug GH-13440 (PDO quote bottleneck). (nielsdos)
116
117
- PDO_DBLIB:
118
0 commit comments