From: Rui Hirokawa Date: Sun, 31 Mar 2002 00:19:17 +0000 (+0000) Subject: fixed crash bug in Tru64. X-Git-Tag: php-4.2.0RC2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fbfb292d0f3895865c015d98216a7d05f910ac9;p=php fixed crash bug in Tru64. --- diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index 83e872fad3..43418b2505 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -139,7 +139,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mbstring) int filter_illegal_substchar; int current_filter_illegal_mode; int current_filter_illegal_substchar; - int func_overload; + long func_overload; mbfl_buffer_converter *outconv; #if HAVE_MBREGEX int default_mbctype;