From:             [EMAIL PROTECTED]
Operating system: Linux GNU/Debian 3.0r0
PHP version:      4.2.3
PHP Bug Type:     Feature/Change Request
Bug description:  ini setting output_buffering set to PHP_INI_ALL

Hello,

I am writing a php shell script (as I do very often in crontabs and
procmail setups) only this time I use stdin/stdout for user interaction
with the script. The only problem is that output_buffering defaults to
4096 which results in a script that is really not workable since there is
no screen output (output < 4096). Also the flush() command is no help (I
still get nothing, I don't know whether this is a bug or a result of an
ini setting).

To fix this problem I can only change the php.ini value to 0 but this is
really not what I want since this is a server wide change. I'd rather use
ini_set("output_buffering","0") instead.

So my change request in short is, can the rights for altering the ini
variable output_buffering change from PHP_INI_PERDIR|PHP_INI_SYSTEM to
PHP_INI_ALL in future versions?

Jeroen
-- 
Edit bug report at http://bugs.php.net/?id=20642&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20642&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20642&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20642&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20642&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20642&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20642&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20642&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20642&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20642&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20642&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20642&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20642&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20642&r=isapi

Reply via email to