summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@php.net>2010-05-11 15:07:31 +0000
committerRaphael Geissert <geissert@php.net>2010-05-11 15:07:31 +0000
commitbce8aae0804d7cc95c5ac9cf58d30042e8b2fe53 (patch)
tree8049b7fc3e6a00fe88cfbf774c6e4f944cc08e07 /sapi
parent5d9b0a4a6ff55753575cdb5248dc6d182f959cd6 (diff)
downloadphp-git-bce8aae0804d7cc95c5ac9cf58d30042e8b2fe53.tar.gz
Document CGI options in the manpage (bug #51718)
Patch by Daniel Egeberg
Diffstat (limited to 'sapi')
-rw-r--r--sapi/cli/php.1.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in
index 1aa1d9b794..186b128f89 100644
--- a/sapi/cli/php.1.in
+++ b/sapi/cli/php.1.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