Edit report at https://bugs.php.net/bug.php?id=54049&edit=1

 ID:                 54049
 Updated by:         ras...@php.net
 Reported by:        chealer at gmail dot com
 Summary:            output_buffering enabled by default in development
                     configuration
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            *Configuration Issues
 PHP Version:        5.3.5
 Block user comment: N
 Private report:     N

 New Comment:

This isn't a bug. The idea here is that you should know if you are turning on 
output buffering since there can be some side effects as described in the 
sample 
ini files. Without an ini file, we play it safe and default it to off. If you 
use 
either the php.ini-development or php.ini-production files, chances are you 
have 
read through them and thus have some understanding of what you are enabling.


Previous Comments:
------------------------------------------------------------------------
[2011-02-18 21:16:21] chealer at gmail dot com

Description:
------------
output_buffering is Off by default, but not with the development profile:

; output_buffering
;   Default Value: Off
;   Development Value: 4096
;   Production Value: 4096

I understand why output buffering is enabled in production, however I can't see 
a reason why it would be disabled by default but enabled in development. I 
haven't found any rationale for this situation, but my impression is that this 
is a bug.



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=54049&edit=1

Reply via email to