summaryrefslogtreecommitdiff
path: root/sapi/cli/README
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-05-29 14:26:57 +0000
committerMarcus Boerger <helly@php.net>2003-05-29 14:26:57 +0000
commita93bff54efc68eb6c6f4e53bfb37b759b93d87c4 (patch)
tree8e5ead097c25aa1691c67ef0122401839c1168db /sapi/cli/README
parent04d2e39de9bbdf8e067404b0ee4c24c8514d713e (diff)
downloadphp-git-a93bff54efc68eb6c6f4e53bfb37b759b93d87c4.tar.gz
Update
Diffstat (limited to 'sapi/cli/README')
-rw-r--r--sapi/cli/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/cli/README b/sapi/cli/README
index e6bf5cc6c6..9e519e9bd0 100644
--- a/sapi/cli/README
+++ b/sapi/cli/README
@@ -16,4 +16,5 @@ The main differences between the two:
* implicit_flush always on
* -r option which allows execution of PHP code directly from
the command line (e.g. php -r 'echo md5("test");' )
+* Other more sophisticated command line switches (see: man php)
* max_execution_time is set to unlimited, overriding php.ini setting.