From: Reini U. <ru...@x-...> - 2004-01-13 11:18:40
|
Joby Walker schrieb: > http://us2.php.net/manual/en/function.ini-set.php > > I have: > > max_execution_time = 300 > max_input_time = 60 > memory_limit = 16M > > The 300s max_execution_time is a bit high, but I have some other > administrative webapplications that take a long time. only for such pages I override it explicitly with ini_set("max_execution_time",240); (download, upload and other similar stuff) for the normal pages it's a pain to wait longer than ~8 seconds on any error. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |