mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document CGI options (bug #45929)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291081 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1fcdef5c03
commit
acf70b1b58
1 changed files with 43 additions and 0 deletions
|
@ -610,6 +610,43 @@ array(4) {
|
|||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>-b</entry>
|
||||
<entry>--bindpath</entry>
|
||||
<entry>
|
||||
<para>
|
||||
Bind Path for external FASTCGI Server mode (CGI only).
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>-C</entry>
|
||||
<entry>--no-chdir</entry>
|
||||
<entry>
|
||||
<para>
|
||||
Do not chdir to the script's directory (CGI only).
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>-q</entry>
|
||||
<entry>--no-header</entry>
|
||||
<entry>
|
||||
<para>
|
||||
Quiet-mode. Suppress HTTP header output (CGI only).
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>-T</entry>
|
||||
<entry>--timing</entry>
|
||||
<entry>
|
||||
<para>
|
||||
Measure execution time of script repeated <varname>count</varname>
|
||||
times (CGI only).
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>-c</entry>
|
||||
<entry>--php-ini</entry>
|
||||
|
@ -1178,6 +1215,12 @@ date.sunrise_zenith => 90.583333 => 90.583333
|
|||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Options <literal>-rBRFEH</literal>, <literal>--ini</literal> and
|
||||
<literal>--r[fcei]</literal> are available only in CLI.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
The PHP executable can be used to run PHP scripts absolutely independent
|
||||
|
|
Loading…
Reference in a new issue