Posted by Pro N00b on 05/27/05 11:40
AC wrote:
> Do scripts written in php obey the max execution time set in php.ini by
> default?
>
> I know you can set timeouts inside of a particular script, but actually
> I want a script to run forever. Will this work or is there a way to
> make it work?
>
> ie;
>
> while(1) {
> // do stuff
> }
Never tried, but I have heard (or actually read) somewhere that setting
your executiontime to zero (0) gives the script infinitive runtime
Navigation:
[Reply to this message]
|