From: Moriyoshi Koizumi Date: Sun, 11 May 2003 00:49:15 +0000 (+0000) Subject: MFB(r-1.40.2.4): fixed bug #23016 X-Git-Tag: RELEASE_0_9b~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27863eb49911782d7a6d8214ec41f54ac20abd99;p=php MFB(r-1.40.2.4): fixed bug #23016 --- diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index c84aadb65c..fed29fd729 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -164,7 +164,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mbstring) int current_filter_illegal_mode; int current_filter_illegal_substchar; long func_overload; - zend_bool encoding_translation; + long encoding_translation; mbfl_buffer_converter *outconv; #if HAVE_MBREGEX && defined(PHP_MBREGEX_GLOBALS) PHP_MBREGEX_GLOBALS