I do not think it is a good idea to have many 'special ways' in cLI.
Such as always registering argc/argv we have already. For me
i would more likly have a special section in php.ini to set all this.

marcus

example *default* section:

[CLI]
register_argc_argv = On
max_execution_time = Off
memory_limit = Off
engine = Off
zlib.output_compression = Off
safe_mode = Off
display_errors = On
display_startup_errors = On
html_errors = Off
default_mimetype =
default_charset =

At 09:40 24.03.2002, you wrote:
>     Hi,
>
>     currently the CLI version also has by default a
>     max_execution_time of 30 seconds. I don't think this is very
>     appealing for people to use the CLI version.
>
>     I really think the execution time for the CLI version should
>     be unlimited by default. Any objections ?
>
>     - Markus
>
>--
>Please always Cc to me when replying to me on the lists.
>GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to