]> granicus.if.org Git - php/commitdiff
MFH: ZTS build fix
authorfoobar <sniper@php.net>
Wed, 25 Feb 2004 13:20:31 +0000 (13:20 +0000)
committerfoobar <sniper@php.net>
Wed, 25 Feb 2004 13:20:31 +0000 (13:20 +0000)
ext/standard/http_fopen_wrapper.c

index c5961bc1bc5fe51acd56d1c4a5216e1a771758c3..7c8e6e8cfaaa56a3a67b03c379538f00e21f0fc8 100644 (file)
@@ -343,7 +343,7 @@ php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, char *path,
                size_t tmp_line_len;
                /* get response header */
 
-               if (_php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL) {
+               if (_php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len TSRMLS_CC) != NULL) {
                        zval *http_response;
                        int response_code;