RE: [PHP] Controlling Output Buffering via php.ini

2010-09-27 Thread HallMarc Websites
-Original Message- From: MikeB [mailto:mpbr...@gmail.com] Sent: Monday, September 27, 2010 9:01 PM To: php-general@lists.php.net Subject: [PHP] Controlling Output Buffering via php.ini I want to turn off output buffering. In the php.ini section I found this and changed it as follows

RE: [PHP] Controlling Output Buffering via php.ini

2010-09-27 Thread HallMarc Websites
-Original Message- From: MikeB [mailto:mpbr...@gmail.com] Sent: Monday, September 27, 2010 9:01 PM To: php-general@lists.php.net Subject: [PHP] Controlling Output Buffering via php.ini I want to turn off output buffering. In the php.ini section I found this and changed it as follows

[PHP] Controlling Output Buffering via php.ini

2010-09-27 Thread MikeB
I want to turn off output buffering. In the php.ini section I found this and changed it as follows: ; Note: Output buffering can also be controlled via Output Buffering Control ; functions. ; Possible Values: ; On = Enabled and buffer is unlimited. (Use with caution) ; Off = Disabled ; I