1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

deleted some function aliases.

@- Added Japanese multibyte string functions support. (Rui)
This commit is contained in:
Rui Hirokawa
2001-05-03 00:44:26 +00:00
parent 06d498473e
commit b388986f57
+1 -2
View File
@@ -110,8 +110,6 @@ function_entry mbstring_functions[] = {
PHP_FALIAS(mbstrrpos, mb_strrpos, NULL)
PHP_FALIAS(mbsubstr, mb_substr, NULL)
PHP_FALIAS(mbstrcut, mb_strcut, NULL)
PHP_FALIAS(mbstrwidth, mb_strwidth, NULL)
PHP_FALIAS(mbstrimwidth, mb_strimwidth, NULL)
PHP_FALIAS(i18n_internal_encoding, mb_internal_encoding, NULL)
PHP_FALIAS(i18n_http_input, mb_http_input, NULL)
PHP_FALIAS(i18n_http_output, mb_http_output, NULL)
@@ -483,6 +481,7 @@ PHP_RSHUTDOWN_FUNCTION(mbstring)
MBSTRG(outconv) = NULL;
}
/* clear http input identification. */
MBSTRG(http_input_identify) = mbfl_no_encoding_invalid;
MBSTRG(http_input_identify_post) = mbfl_no_encoding_invalid;
MBSTRG(http_input_identify_get) = mbfl_no_encoding_invalid;