From 4c1e2bbd6f744b4048d4e0540ecc5dbe005494fe Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 24 Jul 2012 14:43:53 +0800 Subject: Re-fix bug #55544 --- ext/zlib/php_zlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/zlib/php_zlib.h') 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); -- cgit v1.2.1