From 966784bcdebc1046c66e0296a45d3cb4cc8a25f6 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 18 Mar 2002 11:46:21 +0000 Subject: [PATCH] fix TSRM build --- main/memory_streams.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main/memory_streams.c b/main/memory_streams.c index d3dda056e9..fc28e63fc3 100644 --- a/main/memory_streams.c +++ b/main/memory_streams.c @@ -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; -- 2.40.0