diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-25 23:38:17 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-25 23:38:17 +0000 |
commit | cb589a4958871d53057d1eb5b38855135a60394c (patch) | |
tree | 64c58ce5cbb1b583042f556daef1c6b3dacdf99a | |
parent | 79c05ed90fbbcda09d6b27d5f2fa36d1b7c97540 (diff) | |
download | pfsense-cb589a4958871d53057d1eb5b38855135a60394c.zip pfsense-cb589a4958871d53057d1eb5b38855135a60394c.tar.gz |
Set implicit_flush = true as well. Now downloading and slow tasks actually update the progress bar, etc in real time.
-rw-r--r-- | usr/local/etc/php.ini | 1 | ||||
-rw-r--r-- | usr/local/lib/php.ini | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/etc/php.ini b/usr/local/etc/php.ini index 4ed4722..5ed6686 100644 --- a/usr/local/etc/php.ini +++ b/usr/local/etc/php.ini @@ -1,4 +1,5 @@ output_buffering = "0" +implicit_flush = true magic_quotes_gpc = Off max_execution_time = 99999999 max_input_time = 99999999 diff --git a/usr/local/lib/php.ini b/usr/local/lib/php.ini index 84923cb..3068a86 100644 --- a/usr/local/lib/php.ini +++ b/usr/local/lib/php.ini @@ -1,4 +1,5 @@ output_buffering = "0" +implicit_flush = true magic_quotes_gpc = Off max_execution_time = 99999999 max_input_time = 99999999 |