mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Document CGI options in the manpage (bug #51718)
Patch by Daniel Egeberg
This commit is contained in:
@@ -94,6 +94,34 @@ get executed. When readline support is enabled you can edit the lines and also
|
||||
have history support.
|
||||
.TP
|
||||
.PD 0
|
||||
.B \-\-bindpath \fIaddress:port\fP|\fIport\fP
|
||||
.TP
|
||||
.PD 1
|
||||
.B \-b \fIaddress:port\fP|\fIport\fP
|
||||
Bind Path for external FASTCGI Server mode (CGI only).
|
||||
.TP
|
||||
.PD 0
|
||||
.B \-\-no\-chdir
|
||||
.TP
|
||||
.PD 1
|
||||
.B \-C
|
||||
Do not chdir to the script's directory (CGI only).
|
||||
.TP
|
||||
.PD 0
|
||||
.B \-\-no\-header
|
||||
.TP
|
||||
.PD 1
|
||||
.B \-q
|
||||
Quiet-mode. Suppress HTTP header output (CGI only).
|
||||
.TP
|
||||
.PD 0
|
||||
.B \-\-timing \fIcount\fP
|
||||
.TP
|
||||
.PD 1
|
||||
.B \-T \fIcount\fP
|
||||
Measure execution time of script repeated count times (CGI only).
|
||||
.TP
|
||||
.PD 0
|
||||
.B \-\-php\-ini \fIpath\fP|\fIfile\fP
|
||||
.TP
|
||||
.PD 1
|
||||
|
||||
Reference in New Issue
Block a user