diff --git a/appendices/migration5.xml b/appendices/migration5.xml index d07e1d9473..01b4640966 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -193,8 +193,15 @@ class b implements c { box" appears on the screen). This behavior is similar to php-gtk. - In PHP 5, the CLI version will always populate the global $argv and $argc - variables. + In PHP 5, the CLI version will always populate the global + $argv and $argc variables regardless + of any &php.ini; directive setting. Even having + register_argc_argv set to + off will have no affect in CLI. + + + See also the commandline + reference.