Quote:
|
Originally Posted by Ooble
Aren't you your host, Kurifu? :p
|
Yup, definatly am. This is not to be executed on my server though, and I wouldn't increase my max_execution_time beyond 30 seconds anyway.
I did manage to solve the problem. Any time spent calling system( ) or exec( ) does not count as script execution time. Since I could not change the values in this case as PHP safe_mode was turned on, I simply stopped running my system calls in the background, serialized them and spent the time out of script to process the long ugly tasks... it worked like a charm.