diff options
author | Ard Biesheuvel <abies@php.net> | 2003-08-13 02:19:14 +0000 |
---|---|---|
committer | Ard Biesheuvel <abies@php.net> | 2003-08-13 02:19:14 +0000 |
commit | 05db087834175cb33711713293514b5671bc223e (patch) | |
tree | 7cad44d1c3f803d9457a89678ca84cb07d30956a /ext/interbase/php_interbase.h | |
parent | f6290bfbfdbfd318d32dec83870568c53d6abbed (diff) | |
download | php-git-05db087834175cb33711713293514b5671bc223e.tar.gz |
Allow the use of EXECUTE PROCEDURE statements
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 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 { |