Documented -r and added TODO

This commit is contained in:
Edin Kadribasic 2002-03-23 23:47:10 +00:00
parent 6270efc5a9
commit 9ecec88998
2 changed files with 7 additions and 0 deletions

View File

@ -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");' )

5
sapi/cli/TODO Normal file
View File

@ -0,0 +1,5 @@
TODO:
- plain text "php -i" and phpinfo()