abies Sat Aug 16 11:31:06 2003 EDT
Modified files:
/php-src/ext/interbase php_interbase.h
Log:
Some general cleaning up
Some preliminary changes for extensions to array functions
Index: php-src/ext/interbase/php_interbase.h
diff -u php-src/ext/interbase/php_interbase.h:1.51
php-src/ext/interbase/php_interbase.h:1.52
--- php-src/ext/interbase/php_interbase.h:1.51 Fri Aug 15 21:58:29 2003
+++ php-src/ext/interbase/php_interbase.h Sat Aug 16 11:31:06 2003
@@ -18,13 +18,11 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_interbase.h,v 1.51 2003/08/16 01:58:29 abies Exp $ */
+/* $Id: php_interbase.h,v 1.52 2003/08/16 15:31:06 abies Exp $ */
#ifndef PHP_INTERBASE_H
#define PHP_INTERBASE_H
-#if HAVE_IBASE
-
#include <ibase.h>
extern zend_module_entry ibase_module_entry;
@@ -194,11 +192,13 @@
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,
@@ -220,8 +220,6 @@
#else
#define phpext_interbase_ptr NULL
-
-#endif /* HAVE_IBASE */
#endif /* PHP_INTERBASE_H */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php