]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorRui Hirokawa <hirokawa@php.net>
Tue, 21 Mar 2006 02:10:55 +0000 (02:10 +0000)
committerRui Hirokawa <hirokawa@php.net>
Tue, 21 Mar 2006 02:10:55 +0000 (02:10 +0000)
ext/mbstring/mbstring.c

index 86c620f4ffbcf7baac5fbbed88c0556ffaa07fcf..ed4fccb932a0b7afadf8e87cfb52790185454fe8 100644 (file)
@@ -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;