Re: [PHP] "register_argc_argv" directive

2007-04-19 Thread Stut
Richard Lynch wrote: On Thu, April 19, 2007 8:37 am, David Giragosian wrote: $argv and $argc came in way handy when I wrote several php-gtk apps a few years ago, which uses the CLI exe version... They are way handy for any CLI. The question I'm kinda wondering is what purpose is served by hav

Re: [PHP] "register_argc_argv" directive

2007-04-19 Thread Richard Lynch
On Thu, April 19, 2007 8:37 am, David Giragosian wrote: > $argv and $argc came in way handy when I wrote several php-gtk apps a > few > years ago, which uses the CLI exe version... They are way handy for any CLI. The question I'm kinda wondering is what purpose is served by having a php.ini setti

Re: [PHP] "register_argc_argv" directive

2007-04-19 Thread David Giragosian
On 4/18/07, Richard Lynch <[EMAIL PROTECTED]> wrote: On Wed, April 18, 2007 9:04 am, Bagus Nugroho wrote: > I'm confuse about usage of php.ini directive "register_argc_argv". > Is used for command line purpose only? I suspect that in CGI (and possibly even FCGI) $argv and $argc may also end up

Re: [PHP] "register_argc_argv" directive

2007-04-18 Thread Richard Lynch
On Wed, April 18, 2007 9:04 am, Bagus Nugroho wrote: > I'm confuse about usage of php.ini directive "register_argc_argv". > Is used for command line purpose only? I suspect that in CGI (and possibly even FCGI) $argv and $argc may also end up being populated, due to the way CGI works. But, yes, es

[PHP] "register_argc_argv" directive

2007-04-18 Thread Bagus Nugroho
Hi All, I'm confuse about usage of php.ini directive "register_argc_argv". Is used for command line purpose only? Thanks in adavance bn

[PHP] register_argc_argv

2002-08-03 Thread Monty
What does this parameter do in PHP.ini, and what would happen if I turned it off? From reading the PHP site, it appears this is only useful if you use PHP from the command line, is that right? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u