]> granicus.if.org Git - php/commit
Fixed register_argc_argv behavior. Now it behave in the same way as before in combina...
authorDmitry Stogov <dmitry@php.net>
Mon, 20 Mar 2006 10:18:50 +0000 (10:18 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 20 Mar 2006 10:18:50 +0000 (10:18 +0000)
commit00c81b0e494914805f4a06692bf2654ed9bab0b6
tree0be0ce6e6696672bb398cdab5aaadc3bd477ebff
parentf920c1068e55d2c259b14d4bab81403207cc5c7f
Fixed register_argc_argv behavior. Now it behave in the same way as before in combinations with variables_order and auto_globals_jit.
$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).
main/php_variables.c
tests/basic/011.phpt