From:             aren at cambre dot biz
Operating system: Windows Server 2008 x64
PHP version:      5.2.6
PHP Bug Type:     PHP options/info functions
Bug description:  Cannot disable output_buffering on Windows Server 2008

Description:
------------
I cannot disable output_buffering on Windows Server 2008. I have tried the
following in the main php.ini:
* output_buffering = Off
* output_buffering = 0
* ;output_buffering = Off

No matter what I do, output_bufferings stays stuck at 4096.

I installed using the installer. I verified with the latest version of
Sysinternals Process Monitor that the php.ini I am editing, c:\program
files (x86)\php\php.ini is indeed the only php.ini file that is being
opened by *any* process when I execute a php file.

While I believe that they are separate issues,
http://bugs.php.net/bug.php?id=45501 is somewhat related.

Expected result:
----------------
Output buffering should indicate as disabled or off for at least one of
the variants that I put in php.ini per above.

Actual result:
--------------
Here's the top part of phpinfo:

System  Windows NT W2K8DCTR6401 6.0 build 6001
Build Date      May 2 2008 18:01:20
Configure Command       cscript /nologo configure.js "--enable-snapshot-build"
"--with-gd=shared" "--with-extra-includes=C:\Program Files (x86)\Microsoft
SDK\Include;C:\PROGRA~2\MICROS~2\VC98\ATL\INCLUDE;C:\PROGRA~2\MICROS~2\VC98\INCLUDE;C:\PROGRA~2\MICROS~2\VC98\MFC\INCLUDE"
"--with-extra-libs=C:\Program Files (x86)\Microsoft
SDK\Lib;C:\PROGRA~2\MICROS~2\VC98\LIB;C:\PROGRA~2\MICROS~2\VC98\MFC\LIB"
Server API      CGI/FastCGI
Virtual Directory Support       enabled
Configuration File (php.ini) Path       C:\Windows
Loaded Configuration File       C:\Program Files (x86)\PHP\php.ini
PHP API         20041225
PHP Extension   20060613
Zend Extension  220060519
Debug Build     no
Thread Safety   enabled
Zend Memory Manager     enabled
IPv6 Support    enabled
Registered PHP Streams  php, file, data, http, ftp, compress.zlib
Registered Stream Socket Transports     tcp, udp
Registered Stream Filters       convert.iconv.*, string.rot13, string.toupper,
string.tolower, string.strip_tags, convert.*, consumed, zlib.*


-- 
Edit bug report at http://bugs.php.net/?id=45502&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45502&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45502&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45502&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45502&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45502&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45502&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45502&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45502&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45502&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45502&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45502&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45502&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45502&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45502&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45502&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45502&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45502&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45502&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45502&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45502&r=mysqlcfg

Reply via email to