PHP Bugs  
php.net | support | documentation | report a bug | advanced search | search howto | statistics | login

go to bug id or search bugs for  

Bug #14241 Cannot use both zlib.output_compression and output_handler together
Submitted:26 Nov 2001 5:08pm UTC Modified: 26 Nov 2001 6:22pm UTC
From:andreas dot schmitz at as-dataservice dot de Assigned to:
Status:Closed Category:Output Control
Version:4.0CVS-2001-11-26 OS:linux - 2.2 php 4.1.0
View/Vote Developer Edit Submission

[26 Nov 2001 5:08pm UTC] andreas dot schmitz at as-dataservice dot de
I have updated from 4.0.6 to 4.1.0 and when I run httpd -t the following
error is displayed:

PHP Fatal error:  Cannot use both zlib.output_compression and
output_handler together!! in Unknown on line 0

But in the php.ini, I have the following entries:

output_buffering = On
output_handler = ob_gzhandler
zlib.output_compression = Off

When I Change the value of output_handler to nothing, then no error is
displayed.
[26 Nov 2001 6:22pm UTC] sniper@php.net
Already fixed in CVS. Fix will be in next release.

RSS feed | show source 

PHP Copyright © 2001-2009 The PHP Group
All rights reserved.
Last updated: Sat Nov 21 10:30:49 2009 UTC