RE: [PHP] Increase execution time

2005-03-11 Thread Kim Madsen
-Original Message- From: Jeremy Schreckhise [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 11:25 PM To: php-general@lists.php.net Subject: [PHP] Increase execution time > How do you increase the execution time in php? Like You have done > I have set max_execution_time

[PHP] Increase execution time

2005-03-10 Thread Jeremy Schreckhise
How do you increase the execution time in php? I have set max_execution_time to 360 and setting set_time_limit(0); nothing works. I still get Fatal Error: maximum execution time of 60 seconds. Please Help.