View Single Post
Old 08-15-2002, 05:04 AM   #5 (permalink)
toe_cutter
Code Monkey
 
Join Date: Aug 2002
Location: Boston, MA
Posts: 79
toe_cutter is on a distinguished road
Send a message via ICQ to toe_cutter Send a message via AIM to toe_cutter Send a message via Yahoo to toe_cutter
Quote:
Originally posted by mmilano

php.ini
----------------------------------
max_execution_time = 30 // seconds

I can't speak for the other ones, but this would give you a time out error. I was doing some array manipulation and it was taking a little too long, so it kept telling me that php script was timing out. I just bumped it to 60 seconds, and now it works. I just hope this is enough because any longer and I would go insane.

Toe
toe_cutter is offline   Reply With Quote