]> granicus.if.org Git - php/commitdiff
Document CGI options in the manpage (bug #51718)
authorRaphael Geissert <geissert@php.net>
Tue, 11 May 2010 15:07:31 +0000 (15:07 +0000)
committerRaphael Geissert <geissert@php.net>
Tue, 11 May 2010 15:07:31 +0000 (15:07 +0000)
Patch by Daniel Egeberg

sapi/cli/php.1.in

index 17346679ff3041a2fffb7b7fea8151d25d7f0a81..c1fcb27e513c852343e71d28623b7e41602c74ae 100644 (file)
@@ -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