]> granicus.if.org Git - php/commitdiff
deleted some function aliases.
authorRui Hirokawa <hirokawa@php.net>
Thu, 3 May 2001 00:44:26 +0000 (00:44 +0000)
committerRui Hirokawa <hirokawa@php.net>
Thu, 3 May 2001 00:44:26 +0000 (00:44 +0000)
@- Added Japanese multibyte string functions support. (Rui)

ext/mbstring/mbstring.c

index 0fd6d9a15bc747775c4ff556984f3eb2b558072d..2afc22df1ad515898da897998e6671819d4e6dc6 100644 (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;