> setting:
>
> max_execution_time = -1     ; Maximum execution time of each script, in
> seconds
> max_input_time = -1    ; Maximum amount of time each script may spend
> parsing request data
> ;max_input_nesting_level = 64 ; Maximum input variable nesting level
> memory_limit = 2036M      ; Maximum amount of memory a script may consume
> (128MB)
>
> the above setting should allowed script to execute indefinitely. is't it?
>

hi,

should it be this setting that allows the script to run forever?
max_execution_time = 0;

also when script runs from command line, max_execution_time defaults to zero.

cheers,
virgil
http://www.jampmark.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to