diff options
| author | Edin Kadribasic <edink@php.net> | 2002-05-06 15:49:06 +0000 |
|---|---|---|
| committer | Edin Kadribasic <edink@php.net> | 2002-05-06 15:49:06 +0000 |
| commit | d00252cf38221ffe73ff1b931736494c9b4937c7 (patch) | |
| tree | d5ea14fd34677fd5c22d7b86757e3a29e97d2c61 /sapi/cli/README | |
| parent | d3fa83a8a7df0ea4cb12de6f0daba895012d277e (diff) | |
| download | php-git-d00252cf38221ffe73ff1b931736494c9b4937c7.tar.gz | |
Update README with register_argc_argv settings override.
Diffstat (limited to 'sapi/cli/README')
| -rw-r--r-- | sapi/cli/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/cli/README b/sapi/cli/README index 040e224cb0..e6bf5cc6c6 100644 --- a/sapi/cli/README +++ b/sapi/cli/README @@ -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");' ) |
