From: Michael Wallner Date: Mon, 19 Sep 2011 14:37:00 +0000 (+0000) Subject: Fixed bug #55544 ob_gzhandler always conflicts with zlib.output_compression X-Git-Tag: php-5.5.0alpha1~1107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f857603b462c123c7b10191c691c0d0f2a6acbc;p=php Fixed bug #55544 ob_gzhandler always conflicts with zlib.output_compression --- diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index b5300fc334..d5851ecb29 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -847,6 +847,7 @@ static PHP_MSHUTDOWN_FUNCTION(zlib) /* {{{ PHP_RINIT_FUNCTION */ static PHP_RINIT_FUNCTION(zlib) { + ZLIBG(output_compression) = 0; ZLIBG(compression_coding) = 0; php_zlib_output_compression_start(TSRMLS_C);