summaryrefslogtreecommitdiff
path: root/ext/interbase/php_interbase.h
diff options
context:
space:
mode:
authorArd Biesheuvel <abies@php.net>2003-09-23 20:58:14 +0000
committerArd Biesheuvel <abies@php.net>2003-09-23 20:58:14 +0000
commitf48f725348424afbc13ec269a8273a5a5d8df429 (patch)
tree1c686ab0ecb039a37c4ffd5292ad4cf63b0f9455 /ext/interbase/php_interbase.h
parent1ee441613d06151c66feb76f19504db6ff4a1595 (diff)
downloadphp-git-f48f725348424afbc13ec269a8273a5a5d8df429.tar.gz
Added ibase_gen_id()
# Lightweight shortcut to SELECT GEN_ID() ... function
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r--ext/interbase/php_interbase.h2
1 files changed, 1 insertions, 1 deletions
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