]> granicus.if.org Git - php/commitdiff
fix TSRM build
authorWez Furlong <wez@php.net>
Mon, 18 Mar 2002 11:46:21 +0000 (11:46 +0000)
committerWez Furlong <wez@php.net>
Mon, 18 Mar 2002 11:46:21 +0000 (11:46 +0000)
main/memory_streams.c

index d3dda056e958223fadc2d63d2ead8b9302e45e79..fc28e63fc39033be5c89885fbed7f64b40487edc 100644 (file)
@@ -266,6 +266,7 @@ typedef struct {
 
 static size_t php_stream_temp_write(php_stream *stream, const char *buf, size_t count) { /* {{{ */
        php_stream_temp_data *ts;
+       TSRMLS_FETCH();
 
        assert(stream != NULL);
        ts = stream->abstract;