summaryrefslogtreecommitdiff
path: root/ext/fbsql/php_fbsql.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2001-09-04 21:51:11 +0000
committerFrank M. Kromann <fmk@php.net>2001-09-04 21:51:11 +0000
commita219643b2b61aedf1fc22bc05318d2ea065b30ec (patch)
treef0b5b27e52c54aca8b65bf62cba396a465cbb4e3 /ext/fbsql/php_fbsql.h
parent9a5fdae3814cba47d90e309ccefae9f5e9a007d8 (diff)
downloadphp-git-a219643b2b61aedf1fc22bc05318d2ea065b30ec.tar.gz
Adding function to set transaction locking and isolation.
Diffstat (limited to 'ext/fbsql/php_fbsql.h')
-rw-r--r--ext/fbsql/php_fbsql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fbsql/php_fbsql.h b/ext/fbsql/php_fbsql.h
index 9aa0894cf5..6412920304 100644
--- a/ext/fbsql/php_fbsql.h
+++ b/ext/fbsql/php_fbsql.h
@@ -76,6 +76,7 @@ PHP_FUNCTION(fbsql_field_table);
PHP_FUNCTION(fbsql_field_len);
PHP_FUNCTION(fbsql_field_type);
PHP_FUNCTION(fbsql_field_flags);
+PHP_FUNCTION(fbsql_set_transaction);
PHP_FUNCTION(fbsql_autocommit);
PHP_FUNCTION(fbsql_commit);
PHP_FUNCTION(fbsql_rollback);