php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20834 'output_buffering = Off' + 'output_handler = ob_gzhandler'
Submitted: 2002-12-05 12:16 UTC Modified: 2002-12-06 18:59 UTC
From: busia at tiscali dot it Assigned:
Status: Not a bug Package: Output Control
PHP Version: 4.3.0RC2 OS: Redhat 7.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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: busia at tiscali dot it
New email:
PHP Version: OS:

 

 [2002-12-05 12:16 UTC] busia at tiscali dot it
If I set (in php.ini):

output_buffering = Off
output_handler = ob_gzhandler

php enables output buffering without giving warnings, I'll expect that if I set "output_buffering = Off" the output buffering would be always disabled, also if I set "output_handler = ob_gzhandler", or a warning have to would be logged.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-05 12:18 UTC] busia at tiscali dot it
With php4.2.3 it worked well (output buffering was disabled) using the same php.ini.
 [2002-12-06 18:59 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Reading documentation helps. Excert from comments inside php.ini
; Setting any output handler automatically turns on output buffering.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 02:01:30 2024 UTC