]> granicus.if.org Git - php/commitdiff
Update README with register_argc_argv settings override.
authorEdin Kadribasic <edink@php.net>
Mon, 6 May 2002 15:49:06 +0000 (15:49 +0000)
committerEdin Kadribasic <edink@php.net>
Mon, 6 May 2002 15:49:06 +0000 (15:49 +0000)
sapi/cli/README

index 040e224cb03018e1dee6e98f37e0ce1918a8cec7..e6bf5cc6c60509a16bf83304a7f186ecdca0db1a 100644 (file)
@@ -12,6 +12,7 @@ The main differences between the two:
   (-C switch kept for compatibility)
 * Plain text error message
 * $argc and $argv registered irrespective of register_globals
+  and register_argc_argv php.ini settings.
 * implicit_flush always on
 * -r option which allows execution of PHP code directly from
   the command line (e.g. php -r 'echo md5("test");' )