Is there any reason that PHP5 CLI does not register argc and argv in
_SERVER like PHP4 does? There are a number of scripts that depend on it
and just adding one more unnecessary incompatibility between PHP4 and
PHP5. What is the problem with argv/argc being in _SERVER?
--
Stanislav Malyshev, Zend Products Engineer
stas@zend.com http://www.zend.com/ +972-3-6139665 ext.109
Stanislav - looks like andrei changed it - you better cc his private
mail as I dont think he reads internals often.
Regards
Alan
Stanislav Malyshev wrote:
Is there any reason that PHP5 CLI does not register argc and argv in
_SERVER like PHP4 does? There are a number of scripts that depend on it
and just adding one more unnecessary incompatibility between PHP4 and
PHP5. What is the problem with argv/argc being in _SERVER?