]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Sun, 28 Jul 2002 22:58:26 +0000 (22:58 +0000)
committerfoobar <sniper@php.net>
Sun, 28 Jul 2002 22:58:26 +0000 (22:58 +0000)
ext/mbstring/mbstring.c

index 71c06126b5387185214b3d9fd9c0ea9f28759743..3ab81641e33e6910ae5768a98283017f9443cb5a 100644 (file)
@@ -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)