mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Revert bad fix.
This commit is contained in:
parent
c7e2c03b53
commit
676d4fca3c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user