1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00

deleted code for debuging.

This commit is contained in:
Rui Hirokawa
2003-06-28 11:00:37 +00:00
parent 92c07fbccc
commit 0e29833fc7

View File

@@ -3713,10 +3713,8 @@ MBSTRING_API int php_mb_gpc_encoding_detector(const char *arg_string, int arg_le
encoding = mbfl_identify_encoding_no(&string, elist, size TSRMLS_CC);
if (encoding != mbfl_no_encoding_invalid) {
MBSTRG(http_input_identify) = encoding;
sapi_module.sapi_error(E_WARNING, "encoding: %s %s", string.val, (char *)mbfl_no_encoding2name(encoding));
return SUCCESS;
} else {
sapi_module.sapi_error(E_WARNING, "encoding detection failed: %s ", string.val);
return FAILURE;
}
}