Skip to content

Commit

Permalink
Document CGI options in the manpage (bug #51718)
Browse files Browse the repository at this point in the history
Patch by Daniel Egeberg
  • Loading branch information
rgeissert committed May 11, 2010
1 parent 0eec9e1 commit ec1478e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions sapi/cli/php.1.in
Expand Up @@ -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
Expand Down

0 comments on commit ec1478e

Please sign in to comment.