From: foobar Date: Sun, 28 Jul 2002 22:58:26 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.2.3RC1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d06b046e86064bcdb60338b31c6ecfbff1926c8a;p=php MFH --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 71c06126b5..3ab81641e3 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -1129,7 +1129,6 @@ php_mbstr_encoding_handler(zval *arg, char *res, char *separator TSRMLS_DC) } -#if defined(MBSTR_ENC_TRANS) SAPI_POST_HANDLER_FUNC(php_mbstr_post_handler) { MBSTRG(http_input_identify_post) = mbfl_no_encoding_invalid; @@ -1140,7 +1139,6 @@ SAPI_POST_HANDLER_FUNC(php_mbstr_post_handler) MBSTRG(http_input_identify_post) = MBSTRG(http_input_identify); } } -#endif #define IS_SJIS1(c) ((((c)>=0x81 && (c)<=0x9f) || ((c)>=0xe0 && (c)<=0xf5)) ? 1 : 0) #define IS_SJIS2(c) ((((c)>=0x40 && (c)<=0x7e) || ((c)>=0x80 && (c)<=0xfc)) ? 1 : 0)