sebastian               Tue Jan  1 06:15:49 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    run-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.1        Mon Jan  1 19:32:09 2007
+++ php-src/server-tests.php    Tue 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

Reply via email to