From: Rui Hirokawa Date: Tue, 21 Mar 2006 02:10:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-5.1.3RC2~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa3173bec364b934f5630451a2e4c58544f85496;p=php *** empty log message *** --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 86c620f4ff..ed4fccb932 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -785,6 +785,7 @@ static void _php_mb_globals_ctor(zend_mbstring_globals *pglobals TSRMLS_DC) MBSTRG(filter_illegal_substchar) = 0x3f; /* '?' */ MBSTRG(current_filter_illegal_mode) = MBFL_OUTPUTFILTER_ILLEGAL_MODE_CHAR; MBSTRG(current_filter_illegal_substchar) = 0x3f; /* '?' */ + MBSTRG(illegalchars) = 0; MBSTRG(func_overload) = 0; MBSTRG(encoding_translation) = 0; MBSTRG(strict_detection) = 0;