I have a PHP script running a loop which could go on for hours on end. However after about 50 minutes I get the following error although the script is far beyond 60 seconds:
Fatal error: Maximum execution time of 60 seconds exceeded in /path/script.php on line 275
The memory usage by the time the script fails is 11359848 Bytes - 10.8336 MB. Any ideas what sort of thing could actually be causing the script to trip out like this?