From c720fffc9433b28aef294cce85710077b7f91b1e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 21 Jan 2010 19:22:30 -0500 Subject: [PATCH] Set set_time_limit --- etc/rc.php_ini_setup | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index ecefefc476..6c488815be 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -137,6 +137,7 @@ implicit_flush = true magic_quotes_gpc = Off max_execution_time = 99999999 max_input_time = 99999999 +set_time_limit = 0 register_argc_argv = On file_uploads = On upload_tmp_dir = ${UPLOADTMPDIR}