I have an update query being run by a cron task that\'s timing out. The query takes, on average, five minutes to execute when executed in navicat.
The code looks ro
Is your php running in safe-mode? Quote from PHP manual of set_time_limit:
This function has no effect when PHP is running in safe mode. There is no workaround other than turning off safe mode or changing the time limit in the php.ini.