]> granicus.if.org Git - php/commit
fixed bug #61820
authorMichael Wallner <mike@php.net>
Tue, 24 Apr 2012 17:50:00 +0000 (19:50 +0200)
committerMichael Wallner <mike@php.net>
Tue, 24 Apr 2012 17:50:00 +0000 (19:50 +0200)
commitdf00b64cb93dafbe5ae47bf733e826b54b32ae37
treef4360b7792e25e56b37986fb00f814abeacd0c82
parentf21376d6688ef51d6d6764016f8a4c2e2fd57549
fixed bug #61820

using ob_gzhandler will complain about headers already sent
when no compression

the Vary header should only be sent on the PHP_OUTPUT_HANDLER_START
event
ext/zlib/tests/bug61820.phpt [new file with mode: 0644]
ext/zlib/zlib.c