Is there a way I can increase the max_execution_time allowed for my PHP scripts? I have a program, and it runs over 30 seconds, so the page won't load and it always comes back as 500 Internal Server Error, can you help?
Is there a way I can increase the max_execution_time allowed for my PHP scripts? I have a program, and it runs over 30 seconds, so the page won't load and it always comes back as 500 Internal Server Error, can you help?
No. The settings are server-wide and an exception for one would be an exception for all. 30 seconds should be enough.
You will have to break up you scripts into smaller parts.
Last edited by descalzo; 08-25-2011 at 03:01 PM.
Nothing is always absolutely so.