diff options
Diffstat (limited to 'ext/interbase/php_ibase_includes.h')
-rwxr-xr-x | ext/interbase/php_ibase_includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/interbase/php_ibase_includes.h b/ext/interbase/php_ibase_includes.h index 6ec06efce3..9ee53172fe 100755 --- a/ext/interbase/php_ibase_includes.h +++ b/ext/interbase/php_ibase_includes.h @@ -114,6 +114,7 @@ typedef struct event { enum php_interbase_option { PHP_IBASE_DEFAULT = 0, + PHP_IBASE_CREATE = 0, /* fetch flags */ PHP_IBASE_FETCH_BLOBS = 1, PHP_IBASE_FETCH_ARRAYS = 2, |