-C in CGI (bug #30544)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171440 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-10-28 09:29:33 +00:00
parent bbe759badf
commit 46446b0739

View file

@ -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 @@ $ php -f another_directory/test.php
</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>