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
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
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
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
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
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
6 matches
Mail list logo