From e1d0a147901d27bb01b0ccda315a9fdd3474e1ee Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 10 Apr 2002 22:42:32 +0000 Subject: Implement stream context and status notification system. Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago --- ext/zlib/php_zlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zlib/php_zlib.h') diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index b33d57c06e..333eb1224b 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -54,7 +54,7 @@ PHP_FUNCTION(ob_gzhandler); int php_enable_output_compression(int buffer_size TSRMLS_DC); -php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path STREAMS_DC TSRMLS_DC); +php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC); extern php_stream_ops php_stream_gzio_ops; extern php_stream_wrapper php_stream_gzip_wrapper; -- cgit v1.2.1