diff options
author | Wez Furlong <wez@php.net> | 2002-03-18 11:46:21 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-03-18 11:46:21 +0000 |
commit | 966784bcdebc1046c66e0296a45d3cb4cc8a25f6 (patch) | |
tree | 43b7e0fde5ce8f0b07e5c2eabbe47551a72a6c56 /main/memory_streams.c | |
parent | 8ba251425310f621a36329731c61439b9bd52a05 (diff) | |
download | php-git-966784bcdebc1046c66e0296a45d3cb4cc8a25f6.tar.gz |
fix TSRM build
Diffstat (limited to 'main/memory_streams.c')
-rw-r--r-- | main/memory_streams.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |