php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14241 Cannot use both zlib.output_compression and output_handler together
Submitted: 2001-11-26 17:08 UTC Modified: 2001-11-26 18:22 UTC
From: andreas dot schmitz at as-dataservice dot de Assigned:
Status: Closed Package: Output Control
PHP Version: 4.0CVS-2001-11-26 OS: linux - 2.2 php 4.1.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: andreas dot schmitz at as-dataservice dot de
New email:
PHP Version: OS:

 

 [2001-11-26 17:08 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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-26 18:22 UTC] sniper@php.net
Already fixed in CVS. Fix will be in next release.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 19:01:28 2024 UTC