diff options
author | Jouni Ahto <jah@php.net> | 2000-05-12 08:37:03 +0000 |
---|---|---|
committer | Jouni Ahto <jah@php.net> | 2000-05-12 08:37:03 +0000 |
commit | 4132ec828dd9df2bdbf90f388c11547b0b3b5280 (patch) | |
tree | e6460beca5cd49fa44172faefc895f6fa74724af /ext/interbase/php_interbase.h | |
parent | 23dfe91b60d7b76c52eb23920588b5fd824bb650 (diff) | |
download | php-git-4132ec828dd9df2bdbf90f388c11547b0b3b5280.tar.gz |
Changed ibase_num_fields to use high-performance api (which fixed a *very*
obscure bug).
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r-- | ext/interbase/php_interbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index 00fb62d251..fabf62cc24 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -122,6 +122,7 @@ typedef struct { isc_db_handle link; /* db link for this result */ isc_tr_handle trans; isc_stmt_handle stmt; + int drop_stmt; XSQLDA *in_sqlda, *out_sqlda; ibase_array *in_array, *out_array; int in_array_cnt, out_array_cnt; |