abies           Fri May 21 09:14:56 2004 EDT

  Modified files:              
    /php-src/ext/interbase      php_ibase_includes.h 
  Log:
  Make sure METADATALENGTH is defined (used by IB 7)
  
  
http://cvs.php.net/diff.php/php-src/ext/interbase/php_ibase_includes.h?r1=1.9&r2=1.10&ty=u
Index: php-src/ext/interbase/php_ibase_includes.h
diff -u php-src/ext/interbase/php_ibase_includes.h:1.9 
php-src/ext/interbase/php_ibase_includes.h:1.10
--- php-src/ext/interbase/php_ibase_includes.h:1.9      Wed May 12 10:29:42 2004
+++ php-src/ext/interbase/php_ibase_includes.h  Fri May 21 09:14:56 2004
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_ibase_includes.h,v 1.9 2004/05/12 14:29:42 abies Exp $ */
+/* $Id: php_ibase_includes.h,v 1.10 2004/05/21 13:14:56 abies Exp $ */
 
 #ifndef PHP_IBASE_INCLUDES_H
 #define PHP_IBASE_INCLUDES_H
@@ -29,6 +29,10 @@
 #define SQLDA_CURRENT_VERSION SQLDA_VERSION1
 #endif
 
+#ifndef METADATALENGTH
+#define METADATALENGTH 32
+#endif
+
 #define RESET_ERRMSG do { IBG(errmsg)[0] = '\0'; IBG(sql_code) = 0; } while (0)
 
 #define IB_STATUS (IBG(status))

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to