I\'ve tried everything to change the max_execution_time of a php crawler script so that it can run an infinite amount of time.
max_execution_time
I have changed the php.in
use
set_time_limit(0);
at the top of the script