From 3396cb340a6efafc8f1c2bfe399ce7e01b5adc07 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 10 Jul 2003 01:17:34 +0000 Subject: Fix crashes in certain situations (whenever there is an error, basically..) --- ext/interbase/php_interbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/interbase/php_interbase.h') 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; -- cgit v1.2.1