]> granicus.if.org Git - php/commitdiff
Documented -r and added TODO
authorEdin Kadribasic <edink@php.net>
Sat, 23 Mar 2002 23:47:10 +0000 (23:47 +0000)
committerEdin Kadribasic <edink@php.net>
Sat, 23 Mar 2002 23:47:10 +0000 (23:47 +0000)
sapi/cli/README
sapi/cli/TODO [new file with mode: 0644]

index ed89e9700637dc6a98d28c2145ad6a30320ed443..bede428f9bcb2e6ccf7b6460486ede6dd666676f 100644 (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");' )
diff --git a/sapi/cli/TODO b/sapi/cli/TODO
new file mode 100644 (file)
index 0000000..cb21f36
--- /dev/null
@@ -0,0 +1,5 @@
+TODO:
+
+- plain text "php -i" and phpinfo()
+
\ No newline at end of file