[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/sapi/cli/php.1.in branches/PHP_5_3/sapi/cli/php.1.in trunk/sapi/cli/php.1.in

2010-05-11 Thread Raphael Geissert
geissert Tue, 11 May 2010 15:07:31 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=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

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/sapi/cli/php.1.in branches/PHP_5_3/sapi/cli/php.1.in trunk/sapi/cli/php.1.in

2010-01-04 Thread Ilia Alshanetsky
iliaaMon, 04 Jan 2010 12:38:07 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=293075

Log:
Update copyright year in the man file

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-01-04 12:20:52 UTC 
(rev 293074)
+++ php/php-src/branches/PHP_5_2/sapi/cli/php.1.in  2010-01-04 12:38:07 UTC 
(rev 293075)
@@ -1,4 +1,4 @@
-.TH PHP 1 2009 The PHP Group Scripting Language
+.TH PHP 1 2010 The PHP Group Scripting Language
 .SH NAME
 .TP 15
 php \- PHP Command Line Interface 'CLI'
@@ -398,7 +398,7 @@
 .SH VERSION INFORMATION
 This manpage describes \fBphp\fP, version @php_vers...@.
 .SH COPYRIGHT
-Copyright \(co 1997\-2009 The PHP Group
+Copyright \(co 1997\-2010 The PHP Group
 .LP
 This source file is subject to version 3.01 of the PHP license,
 that is bundled with this package in the file LICENSE, and is

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-01-04 12:20:52 UTC 
(rev 293074)
+++ php/php-src/branches/PHP_5_3/sapi/cli/php.1.in  2010-01-04 12:38:07 UTC 
(rev 293075)
@@ -1,4 +1,4 @@
-.TH PHP 1 2009 The PHP Group Scripting Language
+.TH PHP 1 2010 The PHP Group Scripting Language
 .SH NAME
 .TP 15
 php \- PHP Command Line Interface 'CLI'
@@ -398,7 +398,7 @@
 .SH VERSION INFORMATION
 This manpage describes \fBphp\fP, version @php_vers...@.
 .SH COPYRIGHT
-Copyright \(co 1997\-2009 The PHP Group
+Copyright \(co 1997\-2010 The PHP Group
 .LP
 This source file is subject to version 3.01 of the PHP license,
 that is bundled with this package in the file LICENSE, and is

Modified: php/php-src/trunk/sapi/cli/php.1.in
===
--- php/php-src/trunk/sapi/cli/php.1.in 2010-01-04 12:20:52 UTC (rev 293074)
+++ php/php-src/trunk/sapi/cli/php.1.in 2010-01-04 12:38:07 UTC (rev 293075)
@@ -1,4 +1,4 @@
-.TH PHP 1 2009 The PHP Group Scripting Language
+.TH PHP 1 2010 The PHP Group Scripting Language
 .SH NAME
 .TP 15
 php \- PHP Command Line Interface 'CLI'
@@ -398,7 +398,7 @@
 .SH VERSION INFORMATION
 This manpage describes \fBphp\fP, version @php_vers...@.
 .SH COPYRIGHT
-Copyright \(co 1997\-2009 The PHP Group
+Copyright \(co 1997\-2010 The PHP Group
 .LP
 This source file is subject to version 3.01 of the PHP license,
 that is bundled with this package in the file LICENSE, and is

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php