]> granicus.if.org Git - php/commitdiff
Fix crashes in certain situations (whenever there is an error, basically..)
authorfoobar <sniper@php.net>
Thu, 10 Jul 2003 01:17:34 +0000 (01:17 +0000)
committerfoobar <sniper@php.net>
Thu, 10 Jul 2003 01:17:34 +0000 (01:17 +0000)
ext/interbase/php_interbase.h

index fb47daae59a75c06c674dfbed7ae39ea914a8a18..a06861cf567202350bfc875d57094842a387cca6 100644 (file)
@@ -90,7 +90,7 @@ PHP_FUNCTION(ibase_errmsg);
 #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;