mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
-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:
parent
bbe759badf
commit
46446b0739
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue