Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/filepro filepro.c /ext/session session.c /main main.c php_globals.h php_variables.c php_variables.h
[email protected] ((Marcus Börger))
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
>>>Anyway, if we want to keep this behavior, we probably should change the >>>place where argv/argc are registered, and put it somewhere global, >>>outside where _SERVER is created. If&when _SERVER is created, it will >>>attempt to copy them. Thoughts? >> >>That leads to "$_COMMAND" or "$_CMD". > >Didn't quite understand what you mean by that... I meant to have $_COMMAND['argc'] and $_COMMAND['argv'] and $_COMMAND['commandline'] as a place to store argc/argv and _SERVER only having a copy of them for BC. marcus