mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
fix ZTS build
This commit is contained in:
parent
29ee694341
commit
1fc80d0ca7
@ -503,7 +503,7 @@ static int pgsql_handle_commit(pdo_dbh_t *dbh TSRMLS_DC)
|
||||
/* When deferred constraints are used the commit could
|
||||
fail, and a ROLLBACK implicitly ran. See bug #67462 */
|
||||
if (!ret) {
|
||||
dbh->in_txn = pgsql_handle_in_transaction(dbh);
|
||||
dbh->in_txn = pgsql_handle_in_transaction(dbh TSRMLS_CC);
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user