I have a php script which takes quite awhile to run - using curl to fetch many webpages and parse them.
The problem is, it appears to randomly stop....alphabetically, usually around S (it starts getting webpages that start with A) but sometimes it gets to T...but never Z.
The thing is, it doesn't show any error messages..and I have it set to display all warnings and errors.
I have also set the max exec time to 0 (unlimited ) to debug it to make sure that wasn't the problem.
Any ideas what is going on here? its driving me nuts