From 79c05ed90fbbcda09d6b27d5f2fa36d1b7c97540 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 25 Sep 2006 23:35:00 +0000 Subject: output_buffering needs to be set to 0 --- usr/local/lib/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/lib') diff --git a/usr/local/lib/php.ini b/usr/local/lib/php.ini index 0d25344..84923cb 100644 --- a/usr/local/lib/php.ini +++ b/usr/local/lib/php.ini @@ -1,4 +1,4 @@ -output_buffering = Off +output_buffering = "0" magic_quotes_gpc = Off max_execution_time = 99999999 max_input_time = 99999999 -- cgit v1.1