diff options
author | Thies C. Arntzen <thies@php.net> | 2002-02-10 12:41:52 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2002-02-10 12:41:52 +0000 |
commit | 1d54bf97e09fbb94142aba7424fd8eb70f631f05 (patch) | |
tree | 6564e077681071b605a1341d6f8ca01089f95c06 /ext/oci8/php_oci8.h | |
parent | 9e420659ad7bac6c7913b017e3e9d417063858c1 (diff) | |
download | php-git-1d54bf97e09fbb94142aba7424fd8eb70f631f05.tar.gz |
only rollback at script end if there is something to rollback.
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r-- | ext/oci8/php_oci8.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 0f6f657686..07fdc8e9dc 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -79,6 +79,7 @@ typedef struct { OCISvcCtx *pServiceContext; sword error; OCIError *pError; + int needs_commit; } oci_connection; typedef struct { |