sniper          Wed Aug  3 07:12:20 2005 EDT

  Modified files:              
    /php-src    header 
    /php-src/sapi/cgi   cgi_main.c getopt.c php_getopt.h 
    /php-src/sapi/cli   getopt.c php.1.in php_cli_readline.h php_getopt.h 
    /php-src/sapi/milter        php_milter.c 
  Log:
  - 2004 -> 2005
  
  
http://cvs.php.net/diff.php/php-src/header?r1=1.15&r2=1.16&ty=u
Index: php-src/header
diff -u php-src/header:1.15 php-src/header:1.16
--- php-src/header:1.15 Thu Jan  8 11:46:52 2004
+++ php-src/header      Wed Aug  3 07:12:16 2005
@@ -2,7 +2,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2004 The PHP Group                                |
+  | Copyright (c) 1997-2005 The PHP Group                                |
   +----------------------------------------------------------------------+
   | This source file is subject to version 3.0 of the PHP license,       |
   | that is bundled with this package in the file LICENSE, and is        |
@@ -16,4 +16,4 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: header,v 1.15 2004/01/08 16:46:52 sniper Exp $ */
+/* $Id: header,v 1.16 2005/08/03 11:12:16 sniper Exp $ */
http://cvs.php.net/diff.php/php-src/sapi/cgi/cgi_main.c?r1=1.266&r2=1.267&ty=u
Index: php-src/sapi/cgi/cgi_main.c
diff -u php-src/sapi/cgi/cgi_main.c:1.266 php-src/sapi/cgi/cgi_main.c:1.267
--- php-src/sapi/cgi/cgi_main.c:1.266   Thu Jun 16 10:54:51 2005
+++ php-src/sapi/cgi/cgi_main.c Wed Aug  3 07:12:17 2005
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 5                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2004 The PHP Group                                |
+   | Copyright (c) 1997-2005 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 3.0 of the PHP license,       |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: cgi_main.c,v 1.266 2005/06/16 14:54:51 wez Exp $ */
+/* $Id: cgi_main.c,v 1.267 2005/08/03 11:12:17 sniper Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -1412,9 +1412,9 @@
                                                        
SG(request_info).no_headers = 1;
                                                }
 #if ZEND_DEBUG
-                                               php_printf("PHP %s (%s) (built: 
%s %s) (DEBUG)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
+                                               php_printf("PHP %s (%s) (built: 
%s %s) (DEBUG)\nCopyright (c) 1997-2005 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
 #else
-                                               php_printf("PHP %s (%s) (built: 
%s %s)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
+                                               php_printf("PHP %s (%s) (built: 
%s %s)\nCopyright (c) 1997-2005 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
 #endif
                                                php_end_ob_buffers(1 TSRMLS_CC);
                                                exit(1);
http://cvs.php.net/diff.php/php-src/sapi/cgi/getopt.c?r1=1.8&r2=1.9&ty=u
Index: php-src/sapi/cgi/getopt.c
diff -u php-src/sapi/cgi/getopt.c:1.8 php-src/sapi/cgi/getopt.c:1.9
--- php-src/sapi/cgi/getopt.c:1.8       Thu Jan  8 03:18:08 2004
+++ php-src/sapi/cgi/getopt.c   Wed Aug  3 07:12:18 2005
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 5                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2004 The PHP Group                                |
+   | Copyright (c) 1997-2005 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 3.0 of the PHP license,       |
    | that is bundled with this package in the file LICENSE, and is        |
http://cvs.php.net/diff.php/php-src/sapi/cgi/php_getopt.h?r1=1.6&r2=1.7&ty=u
Index: php-src/sapi/cgi/php_getopt.h
diff -u php-src/sapi/cgi/php_getopt.h:1.6 php-src/sapi/cgi/php_getopt.h:1.7
--- php-src/sapi/cgi/php_getopt.h:1.6   Thu Jan  8 12:33:22 2004
+++ php-src/sapi/cgi/php_getopt.h       Wed Aug  3 07:12:18 2005
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 5                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2004 The PHP Group                                |
+   | Copyright (c) 1997-2005 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 3.0 of the PHP license,       |
    | that is bundled with this package in the file LICENSE, and is        |
http://cvs.php.net/diff.php/php-src/sapi/cli/getopt.c?r1=1.7&r2=1.8&ty=u
Index: php-src/sapi/cli/getopt.c
diff -u php-src/sapi/cli/getopt.c:1.7 php-src/sapi/cli/getopt.c:1.8
--- php-src/sapi/cli/getopt.c:1.7       Thu Jan  8 03:18:09 2004
+++ php-src/sapi/cli/getopt.c   Wed Aug  3 07:12:18 2005
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 5                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2004 The PHP Group                                |
+   | Copyright (c) 1997-2005 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 3.0 of the PHP license,       |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: getopt.c,v 1.7 2004/01/08 08:18:09 andi Exp $ */
+/* $Id: getopt.c,v 1.8 2005/08/03 11:12:18 sniper Exp $ */
 
 #include <stdio.h>
 #include <string.h>
http://cvs.php.net/diff.php/php-src/sapi/cli/php.1.in?r1=1.11&r2=1.12&ty=u
Index: php-src/sapi/cli/php.1.in
diff -u php-src/sapi/cli/php.1.in:1.11 php-src/sapi/cli/php.1.in:1.12
--- php-src/sapi/cli/php.1.in:1.11      Sat May  7 11:43:55 2005
+++ php-src/sapi/cli/php.1.in   Wed Aug  3 07:12:18 2005
@@ -1,7 +1,7 @@
 ./"    +----------------------------------------------------------------------+
 ./"    | PHP Version 5                                                        |
 ./"    +----------------------------------------------------------------------+
-./"    | Copyright (c) 1997-2004 The PHP Group                                |
+./"    | Copyright (c) 1997-2005 The PHP Group                                |
 ./"    +----------------------------------------------------------------------+
 ./"    | This source file is subject to version 3.0 of the PHP license,       |
 ./"    | that is bundled with this package in the file LICENSE, and is        |
@@ -14,7 +14,7 @@
 ./"    | Author: Marcus Boerger <[EMAIL PROTECTED]>                            
   |
 ./"    +----------------------------------------------------------------------+
 ./" 
-./" $Id: php.1.in,v 1.11 2005/05/07 15:43:55 sniper Exp $
+./" $Id: php.1.in,v 1.12 2005/08/03 11:12:18 sniper Exp $
 ./" 
 .TH PHP 1 "Feb 2003" "The PHP Group" "Scripting Language"
 .SH NAME
@@ -379,7 +379,7 @@
 .SH VERSION INFORMATION
 This manpage describes \fBphp\fP, version @[EMAIL PROTECTED]
 .SH COPYRIGHT
-Copyright \(co 1997\-2004 The PHP Group
+Copyright \(co 1997\-2005 The PHP Group
 .LP
 This source file is subject to version 3.0 of the PHP license,
 that is bundled with this package in the file LICENSE, and is
http://cvs.php.net/diff.php/php-src/sapi/cli/php_cli_readline.h?r1=1.1&r2=1.2&ty=u
Index: php-src/sapi/cli/php_cli_readline.h
diff -u php-src/sapi/cli/php_cli_readline.h:1.1 
php-src/sapi/cli/php_cli_readline.h:1.2
--- php-src/sapi/cli/php_cli_readline.h:1.1     Sat May 14 15:33:18 2005
+++ php-src/sapi/cli/php_cli_readline.h Wed Aug  3 07:12:18 2005
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 5                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2004 The PHP Group                                |
+   | Copyright (c) 1997-2005 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 3.0 of the PHP license,       |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_cli_readline.h,v 1.1 2005/05/14 19:33:18 helly Exp $ */
+/* $Id: php_cli_readline.h,v 1.2 2005/08/03 11:12:18 sniper Exp $ */
 
 #include "php.h"
 
http://cvs.php.net/diff.php/php-src/sapi/cli/php_getopt.h?r1=1.6&r2=1.7&ty=u
Index: php-src/sapi/cli/php_getopt.h
diff -u php-src/sapi/cli/php_getopt.h:1.6 php-src/sapi/cli/php_getopt.h:1.7
--- php-src/sapi/cli/php_getopt.h:1.6   Fri Oct  8 08:22:35 2004
+++ php-src/sapi/cli/php_getopt.h       Wed Aug  3 07:12:18 2005
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 5                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2004 The PHP Group                                |
+   | Copyright (c) 1997-2005 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 3.0 of the PHP license,       |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_getopt.h,v 1.6 2004/10/08 12:22:35 hyanantha Exp $ */
+/* $Id: php_getopt.h,v 1.7 2005/08/03 11:12:18 sniper Exp $ */
 
 #include "php.h"
 
http://cvs.php.net/diff.php/php-src/sapi/milter/php_milter.c?r1=1.13&r2=1.14&ty=u
Index: php-src/sapi/milter/php_milter.c
diff -u php-src/sapi/milter/php_milter.c:1.13 
php-src/sapi/milter/php_milter.c:1.14
--- php-src/sapi/milter/php_milter.c:1.13       Mon Dec 20 14:33:39 2004
+++ php-src/sapi/milter/php_milter.c    Wed Aug  3 07:12:19 2005
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 5                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2004 The PHP Group                                |
+   | Copyright (c) 1997-2005 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 3.0 of the PHP license,       |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -1044,7 +1044,7 @@
                                }
                                SG(headers_sent) = 1;
                                SG(request_info).no_headers = 1;
-                               php_printf("PHP %s (%s) (built: %s 
%s)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__, get_zend_version());
+                               php_printf("PHP %s (%s) (built: %s 
%s)\nCopyright (c) 1997-2005 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__, get_zend_version());
                                php_end_ob_buffers(1 TSRMLS_CC);
                                exit(1);
                                break;

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

Reply via email to