[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cli php.1.in

2009-06-21 Thread Johannes Schlüter
johannesSun Jun 21 16:45:24 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/sapi/cli   php.1.in 
  Log:
  MFH: It's 2009
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php.1.in?r1=1.12.2.3.2.8r2=1.12.2.3.2.9diff_format=u
Index: php-src/sapi/cli/php.1.in
diff -u php-src/sapi/cli/php.1.in:1.12.2.3.2.8 
php-src/sapi/cli/php.1.in:1.12.2.3.2.9
--- php-src/sapi/cli/php.1.in:1.12.2.3.2.8  Thu Apr  9 10:20:39 2009
+++ php-src/sapi/cli/php.1.in   Sun Jun 21 16:45:24 2009
@@ -1,4 +1,4 @@
-.TH PHP 1 2008 The PHP Group Scripting Language
+.TH PHP 1 2009 The PHP Group Scripting Language
 .SH NAME
 .TP 15
 php \- PHP Command Line Interface 'CLI'



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



[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cli php.1.in php_cli.c

2009-04-09 Thread Hannes Magnusson
bjori   Thu Apr  9 10:08:14 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/sapi/cli   php_cli.c php.1.in 
  Log:
  MFH: Fixed bug#47427 (-s outputs, not displays)
  
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.129.2.13.2.32r2=1.129.2.13.2.33diff_format=u
Index: php-src/sapi/cli/php_cli.c
diff -u php-src/sapi/cli/php_cli.c:1.129.2.13.2.32 
php-src/sapi/cli/php_cli.c:1.129.2.13.2.33
--- php-src/sapi/cli/php_cli.c:1.129.2.13.2.32  Wed Apr  8 00:16:50 2009
+++ php-src/sapi/cli/php_cli.c  Thu Apr  9 10:08:14 2009
@@ -20,7 +20,7 @@
+--+
 */
 
-/* $Id: php_cli.c,v 1.129.2.13.2.32 2009/04/08 00:16:50 felipe Exp $ */
+/* $Id: php_cli.c,v 1.129.2.13.2.33 2009/04/09 10:08:14 bjori Exp $ */
 
 #include php.h
 #include php_globals.h
@@ -485,9 +485,9 @@
  -F fileParse and execute file 
for every input line\n
  -E end_codeRun PHP end_code after 
processing all input lines\n
  -H   Hide any passed arguments 
from external tools.\n
- -s   Display colour syntax 
highlighted source.\n
+ -s   Outputs HTML syntax 
highlighted source.\n
  -v   Version number\n
- -w   Display source with 
stripped comments and whitespace.\n
+ -w   Outputs source with 
stripped comments and whitespace.\n
  -z fileLoad Zend extension 
file.\n
\n
  args...  Arguments passed to script. 
Use -- args when first argument\n
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php.1.in?r1=1.12.2.3.2.6r2=1.12.2.3.2.7diff_format=u
Index: php-src/sapi/cli/php.1.in
diff -u php-src/sapi/cli/php.1.in:1.12.2.3.2.6 
php-src/sapi/cli/php.1.in:1.12.2.3.2.7
--- php-src/sapi/cli/php.1.in:1.12.2.3.2.6  Wed Dec 31 11:17:49 2008
+++ php-src/sapi/cli/php.1.in   Thu Apr  9 10:08:14 2009
@@ -233,7 +233,7 @@
 .TP
 .PD 1
 .B \-s
-Display colour syntax highlighted source
+Outputs HTML syntax highlighted source
 .TP
 .PD 0
 .B \-\-version
@@ -247,7 +247,7 @@
 .TP
 .PD 1
 .B \-w
-Display source with stripped comments and whitespace
+Outputs source with stripped comments and whitespace
 .TP
 .PD 0
 .B \-\-zend\-extension \fIfile\fP



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



[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cli php.1.in

2008-01-01 Thread Ilia Alshanetsky
iliaa   Tue Jan  1 18:30:41 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/sapi/cli   php.1.in 
  Log:
  
  MFB: Update copyright
  
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php.1.in?r1=1.12.2.3.2.4r2=1.12.2.3.2.5diff_format=u
Index: php-src/sapi/cli/php.1.in
diff -u php-src/sapi/cli/php.1.in:1.12.2.3.2.4 
php-src/sapi/cli/php.1.in:1.12.2.3.2.5
--- php-src/sapi/cli/php.1.in:1.12.2.3.2.4  Tue Jan  1 06:15:48 2008
+++ php-src/sapi/cli/php.1.in   Tue Jan  1 18:30:41 2008
@@ -400,7 +400,7 @@
 .SH VERSION INFORMATION
 This manpage describes \fBphp\fP, version @[EMAIL PROTECTED]
 .SH COPYRIGHT
-Copyright \(co 1997\-2007 The PHP Group
+Copyright \(co 1997\-2008 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



[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cli php.1.in

2007-04-23 Thread Johannes Schl
johannesMon Apr 23 20:54:22 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/sapi/cli   php.1.in 
  Log:
  - MFH: Add my name (sync to CREDITS file)
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php.1.in?r1=1.12.2.3.2.2r2=1.12.2.3.2.3diff_format=u
Index: php-src/sapi/cli/php.1.in
diff -u php-src/sapi/cli/php.1.in:1.12.2.3.2.2 
php-src/sapi/cli/php.1.in:1.12.2.3.2.3
--- php-src/sapi/cli/php.1.in:1.12.2.3.2.2  Thu Feb  8 16:55:34 2007
+++ php-src/sapi/cli/php.1.in   Mon Apr 23 20:54:22 2007
@@ -387,7 +387,7 @@
 .SH AUTHORS
 The PHP Group: Thies C. Arntzen, Stig Bakken, Andi Gutmans, Rasmus Lerdorf, 
Sam Ruby, Sascha Schumann, Zeev Suraski, Jim Winstead, Andrei Zmievski.
 .P
-Additional work for the CLI sapi was done by Edin Kadribasic and Marcus 
Boerger.
+Additional work for the CLI sapi was done by Edin Kadribasic, Marcus Boerger 
and Johannes Schlueter.
 .P
 A List of active developers can be found here:
 .PD 0

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



[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cli php.1.in

2007-01-10 Thread Johannes Schl
johannesWed Jan 10 22:17:27 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/sapi/cli   php.1.in 
  Log:
  - MFH: Bump year
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php.1.in?r1=1.12.2.3r2=1.12.2.3.2.1diff_format=u
Index: php-src/sapi/cli/php.1.in
diff -u php-src/sapi/cli/php.1.in:1.12.2.3 
php-src/sapi/cli/php.1.in:1.12.2.3.2.1
--- php-src/sapi/cli/php.1.in:1.12.2.3  Sun Apr 23 19:56:53 2006
+++ php-src/sapi/cli/php.1.in   Wed Jan 10 22:17:27 2007
@@ -1,4 +1,4 @@
-.TH PHP 1 2006 The PHP Group Scripting Language
+.TH PHP 1 2007 The PHP Group Scripting Language
 .SH NAME
 .TP 15
 php \- PHP Command Line Interface 'CLI'
@@ -390,7 +390,7 @@
 .SH VERSION INFORMATION
 This manpage describes \fBphp\fP, version @[EMAIL PROTECTED]
 .SH COPYRIGHT
-Copyright \(co 1997\-2006 The PHP Group
+Copyright \(co 1997\-2007 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