From: Marcus Boerger Date: Thu, 29 May 2003 14:26:57 +0000 (+0000) Subject: Update X-Git-Tag: RELEASE_1_0_2~542 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a93bff54efc68eb6c6f4e53bfb37b759b93d87c4;p=php Update --- 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.