diff options
| author | Edin Kadribasic <edink@php.net> | 2002-03-23 23:47:10 +0000 |
|---|---|---|
| committer | Edin Kadribasic <edink@php.net> | 2002-03-23 23:47:10 +0000 |
| commit | 9ecec88998bd87b8000ac9f51234a8e77266c68e (patch) | |
| tree | cdc429180e5a3a638dcaa5f5a6130bf95d5663e1 /sapi/cli/README | |
| parent | 6270efc5a9195848962145ce196ff8e9704f83b0 (diff) | |
| download | php-git-9ecec88998bd87b8000ac9f51234a8e77266c68e.tar.gz | |
Documented -r and added TODO
Diffstat (limited to 'sapi/cli/README')
| -rw-r--r-- | sapi/cli/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/cli/README b/sapi/cli/README index ed89e97006..bede428f9b 100644 --- a/sapi/cli/README +++ b/sapi/cli/README @@ -13,3 +13,5 @@ The main differences between the two: * Plain text error message * $argc and $argv registered irrespective of register_globals * implicit_flush always on +* -r option which allows execution of PHP code directly from + the command line (e.g. php -r 'echo md5("test");' ) |
