summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Hirokawa <hirokawa@php.net>2001-05-03 00:44:26 +0000
committerRui Hirokawa <hirokawa@php.net>2001-05-03 00:44:26 +0000
commitb388986f579667c192f10c772467fcb0cd16f09d (patch)
tree04c27a70d501e768ddd9579bd853a1629381ee63
parent06d498473e2c0cee53480a2457a1c12ea7486d2b (diff)
downloadphp-git-b388986f579667c192f10c772467fcb0cd16f09d.tar.gz
deleted some function aliases.
@- Added Japanese multibyte string functions support. (Rui)
-rw-r--r--ext/mbstring/mbstring.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c
index 0fd6d9a15b..2afc22df1a 100644
--- a/ext/mbstring/mbstring.c
+++ b/ext/mbstring/mbstring.c
@@ -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;