Patch php_bug51718.diff for Documentation problem Bug #51718
Patch version 2010-05-11 11:47 UTC
Return to Bug #51718 |
Download this patch
Patch Revisions:
Developer: degeberg@php.net
Index: sapi/cli/php.1.in
===================================================================
--- sapi/cli/php.1.in (revision 299239)
+++ sapi/cli/php.1.in (working copy)
@@ -94,6 +94,34 @@
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
|