diff options
author | Ard Biesheuvel <abies@php.net> | 2003-08-07 01:00:22 +0000 |
---|---|---|
committer | Ard Biesheuvel <abies@php.net> | 2003-08-07 01:00:22 +0000 |
commit | 712d7d561bea5ebd5dc04878229fd72773c394c6 (patch) | |
tree | 93c8463e60dc5091928ff6b3005d5710aff2dada /ext/interbase/php_interbase.h | |
parent | 0f94f538ffe5d4a7352f8602d8c7e7cf807c1da2 (diff) | |
download | php-git-712d7d561bea5ebd5dc04878229fd72773c394c6.tar.gz |
Fixed crash in _php_ibase_error() after request shutdown
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 c40e0217ea..4a7798f241 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -102,7 +102,7 @@ ZEND_BEGIN_MODULE_GLOBALS(ibase) char *cfg_dateformat; char *timeformat; char *cfg_timeformat; - char *errmsg; + char errmsg[MAX_ERRMSG]; ZEND_END_MODULE_GLOBALS(ibase) typedef struct { |