From: foobar Date: Thu, 10 Jul 2003 01:17:34 +0000 (+0000) Subject: Fix crashes in certain situations (whenever there is an error, basically..) X-Git-Tag: BEFORE_ARG_INFO~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3396cb340a6efafc8f1c2bfe399ce7e01b5adc07;p=php Fix crashes in certain situations (whenever there is an error, basically..) --- diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index fb47daae59..a06861cf56 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -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;