From:             [EMAIL PROTECTED]
Operating system: linux - 2.2 php 4.1.0
PHP version:      4.0CVS-2001-11-26
PHP Bug Type:     Output Control
Bug description:  Cannot use both zlib.output_compression and output_handler together

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.
-- 
Edit bug report at: http://bugs.php.net/?id=14241&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to