]> granicus.if.org Git - php/commitdiff
Update
authorMarcus Boerger <helly@php.net>
Thu, 29 May 2003 14:26:57 +0000 (14:26 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 29 May 2003 14:26:57 +0000 (14:26 +0000)
sapi/cli/README

index e6bf5cc6c60509a16bf83304a7f186ecdca0db1a..9e519e9bd011e5916e2a2988ebfcef572ae65de8 100644 (file)
@@ -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.