mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
$argc and $argv global variables are registered only in CLI mode and under $_SERVER[] in other case. (This is done because register_globals was removed and assumed - off).