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 217f247 commit 306555eCopy full SHA for 306555e
UPGRADING
@@ -443,6 +443,12 @@ PHP 8.0 UPGRADE NOTES
443
string $statement, ?int $fetch_mode = null, ...$fetch_mode_args)
444
PDOStatement::setFetchMode(int $mode, ...$params)
445
446
+- PDO MySQL:
447
+ . PDO::inTransaction() now reports the actual transaction state of the
448
+ connection, rather than an approximation maintained by PDO. If a query that
449
+ is subject to "implicit commit" is executed, PDO::inTransaction() will
450
+ subsequently return false, as a transaction is no longer active.
451
+
452
- PDO_ODBC:
453
. The php.ini directive pdo_odbc.db2_instance_name has been removed
454
0 commit comments