diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2010-06-10 12:11:19 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2010-06-10 12:11:19 +0000 |
| commit | 90906a91e9d719a1d25a69ef4c2dc305d019020b (patch) | |
| tree | 6869646005cef8f207d6a07855a434c5318930f5 /ext/pdo/php_pdo_driver.h | |
| parent | 748dd204761d707461e8169fec43fa317ccba463 (diff) | |
| download | php-git-90906a91e9d719a1d25a69ef4c2dc305d019020b.tar.gz | |
Added inTransaction() method to PDO, with specialized support for Postgres
Diffstat (limited to 'ext/pdo/php_pdo_driver.h')
| -rwxr-xr-x | ext/pdo/php_pdo_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index 06d09b2d17..4c668734ec 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -310,6 +310,7 @@ struct pdo_dbh_methods { pdo_dbh_check_liveness_func check_liveness; pdo_dbh_get_driver_methods_func get_driver_methods; pdo_dbh_request_shutdown persistent_shutdown; + pdo_dbh_txn_func in_transaction; }; /* }}} */ |
