Forum Moderators: coopster
The max execution time in php.ini is 3600 seconds but the script is crashing before that.
I tried adding ignore_user_abort(true) at the beginning but that didnt help.
I also put set_time_limit(1000) in all the while loops but obviously since the script wasn't running for the 3600 seconds in the first place adding this didn't make any difference either.
Any other things you can think of? Any settings in Apache or mySQL I could try changing? I'm using XAMPP and am on an intranet.
Also, set_time_limit does not work if PHP is in safe mode:
[us3.php.net...]