sniper          Wed Jul  9 21:17:34 2003 EDT

  Modified files:              
    /php-src/ext/interbase      php_interbase.h 
  Log:
  Fix crashes in certain situations (whenever there is an error, basically..)
  
Index: php-src/ext/interbase/php_interbase.h
diff -u php-src/ext/interbase/php_interbase.h:1.32 
php-src/ext/interbase/php_interbase.h:1.33
--- php-src/ext/interbase/php_interbase.h:1.32  Sat Jun 14 12:38:10 2003
+++ php-src/ext/interbase/php_interbase.h       Wed Jul  9 21:17:34 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_interbase.h,v 1.32 2003/06/14 16:38:10 daniela Exp $ */
+/* $Id: php_interbase.h,v 1.33 2003/07/10 01:17:34 sniper Exp $ */
 
 #ifndef PHP_INTERBASE_H
 #define PHP_INTERBASE_H
@@ -90,7 +90,7 @@
 #define IBASE_BLOB_SEG 4096
 
 ZEND_BEGIN_MODULE_GLOBALS(ibase)
-       ISC_STATUS status[20];
+       ISC_STATUS *status;
        long default_link;
        long num_links, num_persistent;
        long max_links, max_persistent;



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

Reply via email to