*** mbstring.c.orig 2003-06-27 11:39:10.000000000 +0900 --- mbstring.c 2003-06-27 11:39:21.000000000 +0900 *************** *** 548,554 **** MBSTRG(internal_encoding) = no_encoding; MBSTRG(current_internal_encoding) = no_encoding; #if HAVE_MBREGEX ! MBSTRG(current_mbctype) = MBSTRG(default_mbctype) = php_mbregex_name2mbctype(new_value); #endif #ifdef ZEND_MULTIBYTE zend_multibyte_set_internal_encoding(new_value, new_value_length TSRMLS_CC); --- 548,554 ---- MBSTRG(internal_encoding) = no_encoding; MBSTRG(current_internal_encoding) = no_encoding; #if HAVE_MBREGEX ! MBSTRG(current_mbctype) = MBSTRG(default_mbctype) = php_mb_regex_name2mbctype(new_value); #endif #ifdef ZEND_MULTIBYTE zend_multibyte_set_internal_encoding(new_value, new_value_length TSRMLS_CC);