summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-07-24 14:43:53 +0800
committerXinchen Hui <laruence@php.net>2012-07-24 14:43:53 +0800
commit4c1e2bbd6f744b4048d4e0540ecc5dbe005494fe (patch)
tree23d38763092a8e1ac94b50e999561f0a08734087 /ext/zlib/php_zlib.h
parent2abc4c2f6fabfc81d12380170dc5ec7be9314a61 (diff)
downloadphp-git-4c1e2bbd6f744b4048d4e0540ecc5dbe005494fe.tar.gz
Re-fix bug #55544
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 449dfed062..ab673512fc 100644
--- a/ext/zlib/php_zlib.h
+++ b/ext/zlib/php_zlib.h
@@ -55,6 +55,7 @@ ZEND_BEGIN_MODULE_GLOBALS(zlib)
long output_compression_default;
char *output_handler;
php_zlib_context *ob_gzhandler;
+ zend_bool handler_registered;
ZEND_END_MODULE_GLOBALS(zlib);
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);