output_buffering needs to be set to 0

This commit is contained in:
Scott Ullrich 2006-09-25 23:35:00 +00:00
parent d017ef26fc
commit 79c05ed90f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
output_buffering = Off
output_buffering = "0"
magic_quotes_gpc = Off
max_execution_time = 99999999
max_input_time = 99999999

View File

@ -1,4 +1,4 @@
output_buffering = Off
output_buffering = "0"
magic_quotes_gpc = Off
max_execution_time = 99999999
max_input_time = 99999999