From f48f725348424afbc13ec269a8273a5a5d8df429 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Tue, 23 Sep 2003 20:58:14 +0000 Subject: Added ibase_gen_id() # Lightweight shortcut to SELECT GEN_ID() ... function --- ext/interbase/php_interbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/interbase/php_interbase.h') diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index 6fc8f22896..176dacdbe6 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -50,7 +50,7 @@ PHP_FUNCTION(ibase_free_query); #if HAVE_STRFTIME PHP_FUNCTION(ibase_timefmt); #endif - +PHP_FUNCTION(ibase_gen_id); PHP_FUNCTION(ibase_num_fields); PHP_FUNCTION(ibase_num_params); #if abies_0 -- cgit v1.2.1