06-22-2008, 09:15 PM
|
#5 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
You dont want every script on your server to be able to run more than 30 seconds. In most cases it means something is wrong, in others it means a resource is taking too long. One way or another, it could easily get really taxing on your server, especially if someone plots an attack using it. Use ini_set() to set the particular scripts that need to run that long.
|
|
|
|