diff options
author | Wez Furlong <wez@php.net> | 2002-03-18 18:54:32 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-03-18 18:54:32 +0000 |
commit | c9d5e137380893c2608ebe4aefeb46026d5efcef (patch) | |
tree | 898f5a7e8894a9fe9f9fdbb0a0fa8080bebbbc72 /ext/zlib/php_zlib.h | |
parent | 41c1c084953a6a5024c56df2b79bcb1fad820633 (diff) | |
download | php-git-c9d5e137380893c2608ebe4aefeb46026d5efcef.tar.gz |
TSRMLS related work on streams, as discussed with Zeev.
# Should be the last "broad" commit for a while
# Don't forget to make clean ; make
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r-- | ext/zlib/php_zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index 2c603d3e76..0872b3e4c5 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -66,7 +66,7 @@ PHP_FUNCTION(ob_gzhandler); int php_enable_output_compression(int buffer_size TSRMLS_DC); -php_stream *php_stream_gzopen(char *path, char *mode, int options, char **opened_path STREAMS_DC); +php_stream *php_stream_gzopen(char *path, char *mode, int options, char **opened_path STREAMS_DC TSRMLS_DC); extern php_stream_ops php_stream_gzio_ops; extern php_stream_wrapper php_stream_gzip_wrapper; |