vrana Thu Oct 28 05:29:35 2004 EDT
Modified files: /phpdoc/en/features commandline.xml Log: -C in CGI (bug #30544) http://cvs.php.net/diff.php/phpdoc/en/features/commandline.xml?r1=1.37&r2=1.38&ty=u Index: phpdoc/en/features/commandline.xml diff -u phpdoc/en/features/commandline.xml:1.37 phpdoc/en/features/commandline.xml:1.38 --- phpdoc/en/features/commandline.xml:1.37 Sun Sep 26 11:06:09 2004 +++ phpdoc/en/features/commandline.xml Thu Oct 28 05:29:33 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.37 $ --> +<!-- $Revision: 1.38 $ --> <chapter id="features.commandline"> <title>Using PHP from the command line</title> <!-- NEW DOCUMENTATION STARTS --> @@ -342,7 +342,7 @@ </para> <note> <para> - The <literal>CGI SAPI</literal> supports the <literal>CLI SAPI</literal> + The <literal>CGI SAPI</literal> supports this <literal>CLI SAPI</literal> behaviour by means of the <option>-C</option> switch when run from the command line. </para>