php timeout - set_time_limit(0); - don't work

The Solution to php timeout - set_time_limit(0); - don't work is


Check the php.ini

ini_set('max_execution_time', 300); //300 seconds = 5 minutes

ini_set('max_execution_time', 0); //0=NOLIMIT

~ Answered on 2012-08-17 04:18:30


Most Viewed Questions: