From 00d42286ecbe3a049ed3ef79a1d3f854e652249a Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Wed, 6 Aug 2003 17:51:46 +0000 Subject: Added three new user functions ibase_{commit|rollback}_ret() Commit or rollback a transaction without losing the transaction context. ibase_name_result() Assign a name to a result so {UPDATE|DELETE} ... WHERE CURRENT OF statements can be used. --- ext/interbase/php_interbase.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/interbase/php_interbase.h') diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index f4fc80ec17..c40e0217ea 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -52,6 +52,7 @@ PHP_FUNCTION(ibase_fetch_row); PHP_FUNCTION(ibase_fetch_assoc); PHP_FUNCTION(ibase_fetch_object); PHP_FUNCTION(ibase_free_result); +PHP_FUNCTION(ibase_name_result); PHP_FUNCTION(ibase_prepare); PHP_FUNCTION(ibase_execute); PHP_FUNCTION(ibase_free_query); @@ -65,6 +66,8 @@ PHP_FUNCTION(ibase_field_info); PHP_FUNCTION(ibase_trans); PHP_FUNCTION(ibase_commit); PHP_FUNCTION(ibase_rollback); +PHP_FUNCTION(ibase_commit_ret); +PHP_FUNCTION(ibase_rollback_ret); PHP_FUNCTION(ibase_blob_create); PHP_FUNCTION(ibase_blob_add); -- cgit v1.2.1