geissert Tue, 11 May 2010 15:07:31 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=299249
Log: Document CGI options in the manpage (bug #51718) Patch by Daniel Egeberg Bug: http://bugs.php.net/51718 (Open) cgi options not documented on manpages Changed paths: U php/php-src/branches/PHP_5_2/sapi/cli/php.1.in U php/php-src/branches/PHP_5_3/sapi/cli/php.1.in U php/php-src/trunk/sapi/cli/php.1.in Modified: php/php-src/branches/PHP_5_2/sapi/cli/php.1.in =================================================================== --- php/php-src/branches/PHP_5_2/sapi/cli/php.1.in 2010-05-11 14:49:17 UTC (rev 299248) +++ php/php-src/branches/PHP_5_2/sapi/cli/php.1.in 2010-05-11 15:07:31 UTC (rev 299249) @@ -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 Modified: php/php-src/branches/PHP_5_3/sapi/cli/php.1.in =================================================================== --- php/php-src/branches/PHP_5_3/sapi/cli/php.1.in 2010-05-11 14:49:17 UTC (rev 299248) +++ php/php-src/branches/PHP_5_3/sapi/cli/php.1.in 2010-05-11 15:07:31 UTC (rev 299249) @@ -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 Modified: php/php-src/trunk/sapi/cli/php.1.in =================================================================== --- php/php-src/trunk/sapi/cli/php.1.in 2010-05-11 14:49:17 UTC (rev 299248) +++ php/php-src/trunk/sapi/cli/php.1.in 2010-05-11 15:07:31 UTC (rev 299249) @@ -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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php