Re: [PHP-DOC] CLI documentation

2002-03-14 Thread Gabor Hojtsy
> I'm not familiar with -r, when was/will it be > implemented, 4.2.0 or later? If you know about > it, add it to commandline docs. > > Regarding $argv, directives to consider are: > > register_argc_argv : argv/argc existing at all > register_globals : $argv vs $_SERVER['argv'] > > Awhi

Re: [PHP-DOC] CLI documentation

2002-03-13 Thread Philip Olson
I'm not familiar with -r, when was/will it be implemented, 4.2.0 or later? If you know about it, add it to commandline docs. Regarding $argv, directives to consider are: register_argc_argv : argv/argc existing at all register_globals : $argv vs $_SERVER['argv'] Awhile ago someone asked

Re: [PHP-DOC] CLI documentation

2002-03-13 Thread Marcus Börger
I know of cause. But we have included -r and argument passing see examples: php -r 'echo "Hello Wolrd!";' php -r 'echo $argv[1];' 'Hello World' php -r 'echo join($argv," ");' Hello World who knows better than me? marcus At 21:32 13.03.2002, Slawomir Pucia wrote: > > I do not want to break th

Re: [PHP-DOC] CLI documentation

2002-03-13 Thread Slawomir Pucia
> I do not want to break the structure of the documentation but > it is missing the cli version. I considere expaning > chapters/install.commandline.xml > but wasn't sure with document structure. So if someeone > sets up the necessary files i can write what is worth > knowing about CLI like argume

[PHP-DOC] CLI documentation

2002-03-13 Thread Marcus Boerger
I do not want to break the structure of the documentation but it is missing the cli version. I considere expaning chapters/install.commandline.xml but wasn't sure with document structure. So if someeone sets up the necessary files i can write what is worth knowing about CLI like argument passing a