View | Details | Raw Unified | Return to bug 169637
Collapse All | Expand All

(-)ext/zlib/zlib.c (+1 lines)
Lines 957-962 Link Here
957
/* {{{ PHP_RINIT_FUNCTION */
957
/* {{{ PHP_RINIT_FUNCTION */
958
static PHP_RINIT_FUNCTION(zlib)
958
static PHP_RINIT_FUNCTION(zlib)
959
{
959
{
960
        ZLIBG(output_compression) = 0;
960
	ZLIBG(compression_coding) = 0;
961
	ZLIBG(compression_coding) = 0;
961
962
962
	php_zlib_output_compression_start(TSRMLS_C);
963
	php_zlib_output_compression_start(TSRMLS_C);

Return to bug 169637