1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
This commit is contained in:
Anatol Belski
2014-09-15 10:57:04 +02:00
parent 140d99b467
commit e056d52acf
+1 -1
View File
@@ -415,7 +415,7 @@ static int php_iconv_output_handler(void **nothing, php_output_context *output_c
}
if (mimetype != NULL && !(output_context->op & PHP_OUTPUT_HANDLER_CLEAN)) {
zend_long len;
size_t len;
char *p = strstr(get_output_encoding(TSRMLS_C), "//");
if (p) {