summaryrefslogtreecommitdiff
path: root/ext/interbase/php_interbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r--ext/interbase/php_interbase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h
index c7e35f6b0f..2c764aea63 100644
--- a/ext/interbase/php_interbase.h
+++ b/ext/interbase/php_interbase.h
@@ -166,6 +166,7 @@ typedef struct {
XSQLDA *out_sqlda;
ibase_array *out_array;
unsigned char has_more_rows;
+ char statement_type;
} ibase_result;
typedef struct _php_ibase_varchar {