diff options
author | Jouni Ahto <jah@php.net> | 2000-05-09 20:30:23 +0000 |
---|---|---|
committer | Jouni Ahto <jah@php.net> | 2000-05-09 20:30:23 +0000 |
commit | b826d6a43d857113f2d57c55cee2d84f6c0ff0ea (patch) | |
tree | 5186c6ba60f2a99e9888a960dfac94fee4fc7927 /ext/interbase/php_interbase.h | |
parent | fdbea075fa4c44556249608373f69fd28167861e (diff) | |
download | php-git-b826d6a43d857113f2d57c55cee2d84f6c0ff0ea.tar.gz |
Support (partially) the new datatypes in InterBase 6.
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 ff2f3bbfad..adbfa45b0f 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -121,6 +121,7 @@ typedef struct { XSQLDA *in_sqlda, *out_sqlda; ibase_array *in_array, *out_array; int in_array_cnt, out_array_cnt; + int dialect; } ibase_query; typedef struct { |