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 3b5986d commit 05874d4Copy full SHA for 05874d4
UPGRADING
@@ -179,23 +179,23 @@ PHP 8.4 UPGRADE NOTES
179
instantiatable either via calling the PDO::connect() method
180
or by invoking their constructor directly.
181
182
-PDO_DBLIB:
+- PDO_DBLIB:
183
. Fixed setAttribute and getAttribute (SakiTakamachi)
184
. Added PdoDbLib class (danack, kocsismate)
185
186
-PDO_FIREBIRD:
+- PDO_FIREBIRD:
187
. Added class PdoFirebird.
188
189
-PDO_MYSQL:
+- PDO_MYSQL:
190
. Added class PdoMysql.
191
192
-PDO_ODBC:
+- PDO_ODBC:
193
. Added class PdoOdbc.
194
195
-PDO_PGSQL:
+- PDO_PGSQL:
196
. Added class PdoPgsql.
197
198
-PDO_SQLITE:
+- PDO_SQLITE:
199
. Added class PdoSqlite.
200
201
- POSIX:
0 commit comments