This commit is contained in:
Antony Dovgal 2006-08-30 16:12:27 +00:00
parent 5b79892659
commit 21b0d97a6d

View File

@ -2281,7 +2281,7 @@ PHP_FUNCTION(ob_iconv_handler)
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zl", &zv_string, &status) == FAILURE)
return;
convert_to_string_ex(&zv_string);
convert_to_string(zv_string);
if (SG(sapi_headers).mimetype &&
strncasecmp(SG(sapi_headers).mimetype, "text/", 5) == 0) {