mirror of
https://github.com/php/php-src.git
synced 2024-12-05 07:46:06 +08:00
Documented -r and added TODO
This commit is contained in:
parent
6270efc5a9
commit
9ecec88998
@ -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
5
sapi/cli/TODO
Normal file
@ -0,0 +1,5 @@
|
||||
TODO:
|
||||
|
||||
- plain text "php -i" and phpinfo()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user