php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29575 output_buffering off doesn't show in phpinfo
Submitted: 2004-08-08 21:34 UTC Modified: 2004-08-12 22:41 UTC
From: intreg at zoom dot co dot uk Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.3.8 OS: Debian GNU/Linux
Private report: No CVE-ID: None
 [2004-08-08 21:34 UTC] intreg at zoom dot co dot uk
Description:
------------
output_buffering = Off
output_buffering=off

tried both of these but phpinfo still seems to show 'no value' for this directive.

If you want to see if anyone else has managed to successfully switch it off, then a quick browse through google using a search string as follows:

output_buffering 4.3.8 off

didn't produce any examples I could find [lots of 'no value' and 4096 and 0 but seemingly no 'off']. Just off to try making apache override the php setting, otherwise it's back to 4.3.7 [the web developer does his own flushing and I'm not about to tell him that he can no longer do this]

Regards,
Gary.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-09 09:35 UTC] intreg at zoom dot co dot uk
went back to 4.3.7 and still same result - thinking perhaps the header messages (already sent) may not be as I first thought related to the output_buffering setting. Won't know for sure until I go back an apache version (2.0.50 to 2.0.49) and figure out which bit of the setup is producing my problem [will be doing another setup/build in two weeks]. 

I leave this minor bug report on file as php output_buffering setting would be easier to eliminate as a possible cause if my php.ini setting of 'off' could be seen in phpinfo as 'off'.
 [2004-08-12 07:00 UTC] magnus@php.net
This sounds very much like you aren't editing the correct 
php.ini file. 
Check the phpinfo() output where it's looking for the 
php.ini file and put your edited file where it want it to 
be. 
 [2004-08-12 22:41 UTC] intreg at zoom dot co dot uk
I hope the summary is updated to what I wanted it to now be which is "output_buffering off doesn't show in phpinfo". This is only a minor quibble, so whoever next looks at the phpinfo section of the code might see why this is. I don't know enought C right now, but who knows, if it's still this way in php 6 then I might take it on then.
 [2011-02-18 22:33 UTC] chealer at gmail dot com
I opened a new ticket for this bug, see #54051.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC