From 430bfdd8784fdf492d58e8618f65eb2e52740020 Mon Sep 17 00:00:00 2001 From: Jouni Ahto Date: Sun, 30 Apr 2000 05:46:04 +0000 Subject: Moving module to the high-performance API & fixing it for PHP4. --- ext/interbase/php_interbase.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ext/interbase/php_interbase.h') diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index 67753a6de7..ff2f3bbfad 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -97,6 +97,7 @@ typedef struct { typedef struct { isc_tr_handle trans[IBASE_TRANS_ON_LINK]; isc_db_handle link; + int dialect; } ibase_db_link; typedef struct { @@ -136,9 +137,7 @@ typedef struct _php_ibase_varchar { char var_str[1]; } IBASE_VCHAR; -/* -extern ibase_module php_ibase_module; -*/ +/* extern ibase_module php_ibase_module; */ enum php_interbase_option { PHP_IBASE_DEFAULT = 0, -- cgit v1.2.1