From ee76a5ae5ad57bb9d0bc183bcbf9c4652331c2e3 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 23 Apr 2018 16:48:27 -0700 Subject: Fix tsrm_ls --- ext/iconv/iconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index fca5331541..335dbd17e9 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -2673,7 +2673,7 @@ static int php_iconv_stream_filter_append_bucket( break; } } else { - php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): invalid multibyte sequence", self->from_charset, self->to_charset); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): invalid multibyte sequence", self->from_charset, self->to_charset); goto out_failure; } break; -- cgit v1.2.1