sebastian Tue Jan 1 06:22:15 2008 UTC Modified files: /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.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.7 Mon May 28 23:00:25 2007 +++ php-src/server-tests.php Tue 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