diff options
author | Ard Biesheuvel <abies@php.net> | 2004-06-01 08:38:33 +0000 |
---|---|---|
committer | Ard Biesheuvel <abies@php.net> | 2004-06-01 08:38:33 +0000 |
commit | ff3a363d7a067ea07f5099f555d321f5f3340ec7 (patch) | |
tree | fde3c6fdd039fa29c9fd7bd18af72460592c0d9d /ext/interbase/php_ibase_includes.h | |
parent | 302fd9a77fa2ea5f8f4cd642a2a4b7029fb90bdc (diff) | |
download | php-git-ff3a363d7a067ea07f5099f555d321f5f3340ec7.tar.gz |
Use constant IBASE_CREATE instead of just 0
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, |