Dmitry Stogov wrote:
> Hi Rasmus,
>
> Why you need "register_argc_argv" in your php.ini?
> Isn't CLI version sets it by default?
I don't really. My point was that it defaults to be on, so when you
don't have a php.ini and just stick with the defaults, you will never
get jit even though phpinfo will tell you it is turned on.
> Also, do we need this "register_argc_argv" for some SAPI except CLI, CGI and
> EMBED?
Don't think so.
-Rasmus