From: Antony Dovgal Date: Thu, 28 Dec 2006 15:03:19 +0000 (+0000) Subject: fix ZTS build X-Git-Tag: RELEASE_1_0_0RC1~469 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a04c65f97f470948b5a637e6541e44d8368a73b5;p=php fix ZTS build --- diff --git a/ext/standard/file.c b/ext/standard/file.c index c3b20f23a5..e57305a3a2 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -1288,7 +1288,7 @@ PHP_FUNCTION(fscanf) } if (((php_stream *)what)->readbuf_type == IS_UNICODE) { - u_buf = php_stream_u_get_line((php_stream *) what, NULL_ZSTR, 0, 0, NULL TSRMLS_CC); + u_buf = php_stream_u_get_line((php_stream *) what, NULL_ZSTR, 0, 0, NULL); if (u_buf == NULL) { efree(args); RETURN_FALSE;