diff options
author | Hénot David <henot@php.net> | 2000-07-17 23:57:36 +0000 |
---|---|---|
committer | Hénot David <henot@php.net> | 2000-07-17 23:57:36 +0000 |
commit | 63a31786b65c714c8a411707f305708dac296c4b (patch) | |
tree | 341b9f393e7685a7cc58cc27d49342332d7be03c /ext/ingres_ii/php_ii.h | |
parent | 00d67abd3080e440da6692c20a1edbdd4f4a7d16 (diff) | |
download | php-git-63a31786b65c714c8a411707f305708dac296c4b.tar.gz |
Added new function ii_autocommit()
Diffstat (limited to 'ext/ingres_ii/php_ii.h')
-rw-r--r-- | ext/ingres_ii/php_ii.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ingres_ii/php_ii.h b/ext/ingres_ii/php_ii.h index 052cc65297..2c35e63de5 100644 --- a/ext/ingres_ii/php_ii.h +++ b/ext/ingres_ii/php_ii.h @@ -55,6 +55,7 @@ PHP_FUNCTION(ii_fetch_row); PHP_FUNCTION(ii_fetch_object); PHP_FUNCTION(ii_rollback); PHP_FUNCTION(ii_commit); +PHP_FUNCTION(ii_autocommit); ZEND_BEGIN_MODULE_GLOBALS(ii) long allow_persistent; |