[PHP-CVS] cvs: php-src / run-tests.php server-tests.php /sapi/cli php.1.in

2007-12-31 Thread Sebastian Bergmann
sebastian   Tue Jan  1 06:22:15 2008 UTC

  Modified files:  
/php-srcrun-tests.php server-tests.php 
/php-src/sapi/cli   php.1.in 
  Log:
  MFB: Leftover: Bump copyright year.
  
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.336&r2=1.337&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.336 php-src/run-tests.php:1.337
--- php-src/run-tests.php:1.336 Tue Dec 25 12:06:53 2007
+++ php-src/run-tests.php   Tue Jan  1 06:22:15 2008
@@ -4,7 +4,7 @@
+--+
| PHP Version 5|
+--+
-   | Copyright (c) 1997-2007 The PHP Group|
+   | Copyright (c) 1997-2008 The PHP Group|
+--+
| 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|
@@ -24,7 +24,7 @@
+--+
  */
 
-/* $Id: run-tests.php,v 1.336 2007/12/25 12:06:53 dmitry Exp $ */
+/* $Id: run-tests.php,v 1.337 2008/01/01 06:22:15 sebastian Exp $ */
 
 /* Sanity check to ensure that pcre extension needed by this script is 
available.
  * In the event it is not, print a nice error message indicating that this 
script will
@@ -415,7 +415,7 @@
$html_output = is_resource($html_file);
break;
case '--version':
-   echo '$Revision: 1.336 $'."\n";
+   echo '$Revision: 1.337 $'."\n";
exit(1);
default:
echo "Illegal switch specified!\n";
http://cvs.php.net/viewvc.cgi/php-src/server-tests.php?r1=1.7&r2=1.8&diff_format=u
Index: php-src/server-tests.php
diff -u php-src/server-tests.php:1.7 php-src/server-tests.php:1.8
--- php-src/server-tests.php:1.7Mon May 28 23:00:25 2007
+++ php-src/server-tests.phpTue Jan  1 06:22:15 2008
@@ -3,7 +3,7 @@
+--+
| PHP Version 5|
+--+
-   | Copyright (c) 1997-2007 The PHP Group|
+   | Copyright (c) 1997-2008 The PHP Group|
+--+
| 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|
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php.1.in?r1=1.20&r2=1.21&diff_format=u
Index: php-src/sapi/cli/php.1.in
diff -u php-src/sapi/cli/php.1.in:1.20 php-src/sapi/cli/php.1.in:1.21
--- php-src/sapi/cli/php.1.in:1.20  Mon Apr 23 20:53:55 2007
+++ php-src/sapi/cli/php.1.in   Tue Jan  1 06:22:15 2008
@@ -1,4 +1,4 @@
-.TH PHP 1 "2007" "The PHP Group" "Scripting Language"
+.TH PHP 1 "2008" "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) / run-tests.php server-tests.php /sapi/cli php.1.in

2007-12-31 Thread Sebastian Bergmann
sebastian   Tue Jan  1 06:15:49 2008 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcrun-tests.php server-tests.php 
/php-src/sapi/cli   php.1.in 
  Log:
  MFB: Leftover: Bump copyright year.
  
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.40&r2=1.226.2.37.2.41&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.226.2.37.2.40 
php-src/run-tests.php:1.226.2.37.2.41
--- php-src/run-tests.php:1.226.2.37.2.40   Tue Dec 25 12:06:22 2007
+++ php-src/run-tests.php   Tue Jan  1 06:15:48 2008
@@ -4,7 +4,7 @@
+--+
| PHP Version 5|
+--+
-   | Copyright (c) 1997-2007 The PHP Group|
+   | Copyright (c) 1997-2008 The PHP Group|
+--+
| 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|
@@ -24,7 +24,7 @@
+--+
  */
 
-/* $Id: run-tests.php,v 1.226.2.37.2.40 2007/12/25 12:06:22 dmitry Exp $ */
+/* $Id: run-tests.php,v 1.226.2.37.2.41 2008/01/01 06:15:48 sebastian Exp $ */
 
 /* Sanity check to ensure that pcre extension needed by this script is 
available.
  * In the event it is not, print a nice error message indicating that this 
script will
@@ -403,7 +403,7 @@
$html_output = is_resource($html_file);
break;
case '--version':
-   echo '$Revision: 1.226.2.37.2.40 
$'."\n";
+   echo '$Revision: 1.226.2.37.2.41 
$'."\n";
exit(1);
 
case 'u':
http://cvs.php.net/viewvc.cgi/php-src/server-tests.php?r1=1.2.2.3.2.1&r2=1.2.2.3.2.2&diff_format=u
Index: php-src/server-tests.php
diff -u php-src/server-tests.php:1.2.2.3.2.1 
php-src/server-tests.php:1.2.2.3.2.2
--- php-src/server-tests.php:1.2.2.3.2.1Mon Jan  1 19:32:09 2007
+++ php-src/server-tests.phpTue Jan  1 06:15:48 2008
@@ -3,7 +3,7 @@
+--+
| PHP Version 5|
+--+
-   | Copyright (c) 1997-2007 The PHP Group|
+   | Copyright (c) 1997-2008 The PHP Group|
+--+
| 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|
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php.1.in?r1=1.12.2.3.2.3&r2=1.12.2.3.2.4&diff_format=u
Index: php-src/sapi/cli/php.1.in
diff -u 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.4
--- php-src/sapi/cli/php.1.in:1.12.2.3.2.3  Mon Apr 23 20:54:22 2007
+++ php-src/sapi/cli/php.1.in   Tue Jan  1 06:15:48 2008
@@ -1,4 +1,4 @@
-.TH PHP 1 "2007" "The PHP Group" "Scripting Language"
+.TH PHP 1 "2008" "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_3) / run-tests.php

2007-12-31 Thread Sebastian Bergmann
sebastian   Tue Jan  1 06:15:40 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-srcrun-tests.php 
  Log:
  Leftover: Bump copyright year.
  
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.9&r2=1.226.2.37.2.35.2.10&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.226.2.37.2.35.2.9 
php-src/run-tests.php:1.226.2.37.2.35.2.10
--- php-src/run-tests.php:1.226.2.37.2.35.2.9   Tue Dec 25 12:06:34 2007
+++ php-src/run-tests.php   Tue Jan  1 06:15:40 2008
@@ -4,7 +4,7 @@
+--+
| PHP Version 5|
+--+
-   | Copyright (c) 1997-2007 The PHP Group|
+   | Copyright (c) 1997-2008 The PHP Group|
+--+
| 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|
@@ -24,7 +24,7 @@
+--+
  */
 
-/* $Id: run-tests.php,v 1.226.2.37.2.35.2.9 2007/12/25 12:06:34 dmitry Exp $ */
+/* $Id: run-tests.php,v 1.226.2.37.2.35.2.10 2008/01/01 06:15:40 sebastian Exp 
$ */
 
 /* Sanity check to ensure that pcre extension needed by this script is 
available.
  * In the event it is not, print a nice error message indicating that this 
script will
@@ -408,7 +408,7 @@
$html_output = is_resource($html_file);
break;
case '--version':
-   echo '$Revision: 1.226.2.37.2.35.2.9 
$'."\n";
+   echo '$Revision: 1.226.2.37.2.35.2.10 
$'."\n";
exit(1);
 
case 'u':

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



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

2007-12-31 Thread Ilia Alshanetsky
iliaa   Mon Dec 31 21:34:42 2007 UTC

  Modified files:  (Branch: PHP_5_3)
/php-srcserver-tests.php 
/php-src/sapi/cli   php.1.in 
  Log:
  Update copyright
  
  
http://cvs.php.net/viewvc.cgi/php-src/server-tests.php?r1=1.2.2.3.2.1&r2=1.2.2.3.2.1.2.1&diff_format=u
Index: php-src/server-tests.php
diff -u php-src/server-tests.php:1.2.2.3.2.1 
php-src/server-tests.php:1.2.2.3.2.1.2.1
--- php-src/server-tests.php:1.2.2.3.2.1Mon Jan  1 19:32:09 2007
+++ php-src/server-tests.phpMon Dec 31 21:34:42 2007
@@ -3,7 +3,7 @@
+--+
| PHP Version 5|
+--+
-   | Copyright (c) 1997-2007 The PHP Group|
+   | Copyright (c) 1997-2008 The PHP Group|
+--+
| 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|
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php.1.in?r1=1.12.2.3.2.3&r2=1.12.2.3.2.3.2.1&diff_format=u
Index: php-src/sapi/cli/php.1.in
diff -u 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.3.2.1
--- php-src/sapi/cli/php.1.in:1.12.2.3.2.3  Mon Apr 23 20:54:22 2007
+++ php-src/sapi/cli/php.1.in   Mon Dec 31 21:34:42 2007
@@ -1,4 +1,4 @@
-.TH PHP 1 "2007" "The PHP Group" "Scripting Language"
+.TH PHP 1 "2008" "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