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


-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to