Some preliminary changes for extensions to array functions
#ifndef PHP_INTERBASE_H
#define PHP_INTERBASE_H
-#if HAVE_IBASE
-
#include <ibase.h>
extern zend_module_entry ibase_module_entry;
enum php_interbase_option {
PHP_IBASE_DEFAULT = 0,
- PHP_IBASE_TEXT = 1,
PHP_IBASE_UNIXTIME = 2,
PHP_IBASE_TIMESTAMP = 4,
PHP_IBASE_DATE = 8,
PHP_IBASE_TIME = 16,
+ /* fetch args */
+ PHP_IBASE_FETCH_BLOBS = 1,
+ PHP_IBASE_FETCH_ARRAYS = 2,
/* transactions */
PHP_IBASE_WRITE = 2,
PHP_IBASE_READ = 4,
#define phpext_interbase_ptr NULL
-#endif /* HAVE_IBASE */
-
#endif /* PHP_INTERBASE_H */
/*