summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-12-30 19:39:31 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-12-30 19:39:31 +0000
commit0acb52fc3b8807d957165e2dd84f8af7cdcd826c (patch)
tree4a4fe045e701cc7cd369a2e42f782ec194ccf9b5 /ext/zlib/php_zlib.h
parent67f0a6f6c0f86f122f49264307e6f8ed54e3d93c (diff)
downloadphp-git-0acb52fc3b8807d957165e2dd84f8af7cdcd826c.tar.gz
Fixed bug #21228 (broken check for ob_gzhandler).
Fixed a bug that made ob_start return incorrect return value.
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r--ext/zlib/php_zlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h
index 5366337986..65e45fac30 100644
--- a/ext/zlib/php_zlib.h
+++ b/ext/zlib/php_zlib.h
@@ -54,6 +54,7 @@ PHP_FUNCTION(gzencode);
PHP_FUNCTION(ob_gzhandler);
int php_enable_output_compression(int buffer_size TSRMLS_DC);
+int php_ob_gzhandler_check(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;