helly Fri Aug 16 12:13:18 2002 EDT Modified files: /phpdoc/en/features commandline.xml Log: some additions Index: phpdoc/en/features/commandline.xml diff -u phpdoc/en/features/commandline.xml:1.10 phpdoc/en/features/commandline.xml:1.11 --- phpdoc/en/features/commandline.xml:1.10 Thu Aug 8 14:21:45 2002 +++ phpdoc/en/features/commandline.xml Fri Aug 16 12:13:18 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <chapter id="features.commandline"> <title>Using PHP from the command line</title> <!-- NEW DOCUMENTATION STARTS --> @@ -29,13 +29,24 @@ <itemizedlist> <listitem> <para> - Unlikely the <literal>CGI SAPI</literal>, no headers are written to the + Unlike the <literal>CGI SAPI</literal>, no headers are written to the output. </para> <para> Though the <literal>CGI SAPI</literal> provies a way to suppress HTTP headers, there's not equivalent switch to enable them in the <literal>CLI SAPI</literal>. + </para> + <para> + CLI is started up in quiet mode by default. But <literal>-q</literal> + switch is kept for compatibility so that you can use older CGI scripts. + </para> + <para> + It does not change the working directory to that of the script. + (<literal>-C</literal> switch kept for compatibility) + </para> + <para> + Plain text error messages (no HTML formatting). </para> </listitem> <listitem>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php