Dears,
How can i stop Execution time out problem under SAFE MODE ? becase i'm running script to zip all files in public_html and reqire 10 min to finish .
any help ?
Best Regards
does ini_set("max_execution_time", 0); work under safe mode?
No 🙁
[man]set_time_limit[/man] Warning set_time_limit() has no effect when PHP is running in safe mode. There is no workaround other than turning off safe mode or changing the time limit in the [font=monospace]php.ini[/font].
[man]set_time_limit[/man] Warning
set_time_limit() has no effect when PHP is running in safe mode. There is no workaround other than turning off safe mode or changing the time limit in the [font=monospace]php.ini[/font].
Functions restricted/disabled by safe mode set_time_limit() Has no affect when PHP is running in safe mode. max_execution_time Has no affect when PHP is running in safe mode.
PHP Options & Information max_execution_time ... You can not change this setting with ini_set() when running in safe mode. The only workaround is to turn off safe mode or by changing the time limit in the php.ini.
Really, you have to wonder why people bother writing manuals sometimes.