Hello,
I am trying to set script timeout in shell, because there is zero time limit by default in shell and the script never times out. I set set_time_limit(3); and also ini_set("max_execution_time", "3"); but nothing works. Is there any other way how to set max execution time or to set it properly?