Skip to content

Commit ee76a5a

Browse files
committed
Fix tsrm_ls
1 parent 58b0003 commit ee76a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/iconv/iconv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2673,7 +2673,7 @@ static int php_iconv_stream_filter_append_bucket(
26732673
break;
26742674
}
26752675
} else {
2676-
php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): invalid multibyte sequence", self->from_charset, self->to_charset);
2676+
php_error_docref(NULL TSRMLS_CC, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): invalid multibyte sequence", self->from_charset, self->to_charset);
26772677
goto out_failure;
26782678
}
26792679
break;

0 commit comments

Comments
 (0)