From: Moriyoshi Koizumi Date: Sat, 10 May 2003 20:55:44 +0000 (+0000) Subject: Fixed bug #23016 X-Git-Tag: php-4.3.2RC3~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1df318632d888928fe5288cc8ef993ed3a3d72cc;p=php Fixed bug #23016 --- diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index 5cfc45326a..d75fc292d2 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