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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
27 + 1 = ?
Subscribe to this entry?

 
 [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: Sat Apr 20 03:01:28 2024 UTC