diff options
author | foobar <sniper@php.net> | 2003-07-10 01:40:01 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-07-10 01:40:01 +0000 |
commit | 676d4fca3c781de8f05d4045ec342a726840c4bc (patch) | |
tree | 143665a21cf6327ca7e6332bacdd056abee9b5f8 /ext/interbase/php_interbase.h | |
parent | c7e2c03b536a6bfc00f5e1382ca588d55ae2f0bd (diff) | |
download | php-git-676d4fca3c781de8f05d4045ec342a726840c4bc.tar.gz |
Revert bad fix.
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r-- | ext/interbase/php_interbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index a06861cf56..fb47daae59 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; + ISC_STATUS status[20]; long default_link; long num_links, num_persistent; long max_links, max_persistent; |