mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02: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).