sebastian               Tue Dec 31 10:59:16 2002 EDT

  Modified files:              
    /php4       LICENSE 
    /php4/main  SAPI.c SAPI.h fopen_wrappers.c fopen_wrappers.h 
                internal_functions_registry.h internal_functions_win32.c 
                main.c memory_streams.c network.c output.c php.h 
                php_content_types.c php_globals.h php_ini.c php_ini.h 
                php_logos.c php_main.h php_memory_streams.h 
                php_network.h php_open_temporary_file.c 
                php_open_temporary_file.h php_output.h php_reentrancy.h 
                php_sprintf.c php_streams.h php_ticks.c php_ticks.h 
                php_variables.c php_variables.h reentrancy.c rfc1867.c 
                safe_mode.c snprintf.h spprintf.c spprintf.h streams.c 
                user_streams.c 
    /php4/netware       start.c 
    /php4/netware/sys   stat.h 
    /php4/sapi/activescript     php4activescript.c php4activescript.h 
                                php4as_classfactory.h php4as_scriptengine.h 
    /php4/sapi/aolserver        aolserver.c 
    /php4/sapi/apache   mod_php4.c mod_php4.h php_apache.c sapi_apache.c 
    /php4/sapi/apache2filter    apache_config.c php_apache.h 
                                php_functions.c sapi_apache2.c 
    /php4/sapi/apache_hooks     mod_php4.c mod_php4.h php_apache.c 
                                sapi_apache.c 
    /php4/sapi/caudium  caudium.c 
    /php4/sapi/cgi      cgi_main.c 
    /php4/sapi/cli      php_cli.c 
    /php4/sapi/embed    php_embed.c php_embed.h 
    /php4/sapi/isapi    php4isapi.c 
    /php4/sapi/milter   php_milter.c 
    /php4/sapi/nsapi    nsapi.c 
    /php4/sapi/phttpd   php_phttpd.h phttpd.c 
    /php4/sapi/pi3web   pi3web_sapi.c 
    /php4/sapi/roxen    roxen.c 
    /php4/sapi/servlet  servlet.c 
    /php4/sapi/thttpd   php_thttpd.h thttpd.c 
    /php4/sapi/tux      php_tux.c 
    /php4/sapi/webjames php_webjames.h webjames.c 
    /php4/win32 crypt_win32.c crypt_win32.h grp.h md5crypt.c md5crypt.h 
                pwd.c pwd.h syslog.h winutil.c winutil.h 
  Log:
  Bump year.
  
Index: php4/LICENSE
diff -u php4/LICENSE:1.21 php4/LICENSE:1.22
--- php4/LICENSE:1.21   Sun Jul 21 12:17:18 2002
+++ php4/LICENSE        Tue Dec 31 10:58:51 2002
@@ -1,6 +1,6 @@
 -------------------------------------------------------------------- 
-                  The PHP License, version 3.0
-Copyright (c) 1999 - 2002 The PHP Group. All rights reserved.
+                  The PHP License, Version 3.0
+Copyright (c) 1999 - 2003 The PHP Group. All rights reserved.
 -------------------------------------------------------------------- 
 
 Redistribution and use in source and binary forms, with or without
Index: php4/main/SAPI.c
diff -u php4/main/SAPI.c:1.160 php4/main/SAPI.c:1.161
--- php4/main/SAPI.c:1.160      Thu Dec  5 16:46:08 2002
+++ php4/main/SAPI.c    Tue Dec 31 10:58:51 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: SAPI.c,v 1.160 2002/12/05 21:46:08 helly Exp $ */
+/* $Id: SAPI.c,v 1.161 2002/12/31 15:58:51 sebastian Exp $ */
 
 #include <ctype.h>
 #include <sys/stat.h>
Index: php4/main/SAPI.h
diff -u php4/main/SAPI.h:1.92 php4/main/SAPI.h:1.93
--- php4/main/SAPI.h:1.92       Sat Nov 30 22:28:21 2002
+++ php4/main/SAPI.h    Tue Dec 31 10:58:51 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/main/fopen_wrappers.c
diff -u php4/main/fopen_wrappers.c:1.154 php4/main/fopen_wrappers.c:1.155
--- php4/main/fopen_wrappers.c:1.154    Sun Dec  1 16:28:27 2002
+++ php4/main/fopen_wrappers.c  Tue Dec 31 10:58:51 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    |          Jim Winstead <[EMAIL PROTECTED]>                                 |
    +----------------------------------------------------------------------+
  */
-/* $Id: fopen_wrappers.c,v 1.154 2002/12/01 21:28:27 shane Exp $ */
+/* $Id: fopen_wrappers.c,v 1.155 2002/12/31 15:58:51 sebastian Exp $ */
 
 /* {{{ includes
  */
Index: php4/main/fopen_wrappers.h
diff -u php4/main/fopen_wrappers.h:1.38 php4/main/fopen_wrappers.h:1.39
--- php4/main/fopen_wrappers.h:1.38     Mon Aug 19 16:47:55 2002
+++ php4/main/fopen_wrappers.h  Tue Dec 31 10:58:51 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -15,7 +15,7 @@
    | Author: Jim Winstead <[EMAIL PROTECTED]>                                  |
    +----------------------------------------------------------------------+
  */
-/* $Id: fopen_wrappers.h,v 1.38 2002/08/19 20:47:55 zeev Exp $ */
+/* $Id: fopen_wrappers.h,v 1.39 2002/12/31 15:58:51 sebastian Exp $ */
 
 #ifndef FOPEN_WRAPPERS_H
 #define FOPEN_WRAPPERS_H
Index: php4/main/internal_functions_registry.h
diff -u php4/main/internal_functions_registry.h:1.12 
php4/main/internal_functions_registry.h:1.13
--- php4/main/internal_functions_registry.h:1.12        Tue Dec 11 10:31:02 2001
+++ php4/main/internal_functions_registry.h     Tue Dec 31 10:58:51 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -18,7 +18,7 @@
  */
 
 
-/* $Id: internal_functions_registry.h,v 1.12 2001/12/11 15:31:02 sebastian Exp $ */
+/* $Id: internal_functions_registry.h,v 1.13 2002/12/31 15:58:51 sebastian Exp $ */
 
 #ifndef INTERNAL_FUNCTIONS_REGISTRY_H
 #define INTERNAL_FUNCTIONS_REGISTRY_H
Index: php4/main/internal_functions_win32.c
diff -u php4/main/internal_functions_win32.c:1.66 
php4/main/internal_functions_win32.c:1.67
--- php4/main/internal_functions_win32.c:1.66   Thu Dec 26 08:40:32 2002
+++ php4/main/internal_functions_win32.c        Tue Dec 31 10:58:51 2002
@@ -2,7 +2,7 @@
        +----------------------------------------------------------------------+
        | PHP Version 4                                                        |
        +----------------------------------------------------------------------+
-       | Copyright (c) 1997-2002 The PHP Group                                |
+       | Copyright (c) 1997-2003 The PHP Group                                |
        +----------------------------------------------------------------------+
        | This source file is subject to version 2.02 of the PHP license,      |
        | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
        |          Zeev Suraski <[EMAIL PROTECTED]>                                |
        +----------------------------------------------------------------------+
 
-       $Id: internal_functions_win32.c,v 1.66 2002/12/26 13:40:32 edink Exp $
+       $Id: internal_functions_win32.c,v 1.67 2002/12/31 15:58:51 sebastian Exp $
 */
 
 /* {{{ includes
Index: php4/main/main.c
diff -u php4/main/main.c:1.520 php4/main/main.c:1.521
--- php4/main/main.c:1.520      Mon Dec 16 10:43:52 2002
+++ php4/main/main.c    Tue Dec 31 10:58:51 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.520 2002/12/16 15:43:52 iliaa Exp $ */
+/* $Id: main.c,v 1.521 2002/12/31 15:58:51 sebastian Exp $ */
 
 /* {{{ includes
  */
Index: php4/main/memory_streams.c
diff -u php4/main/memory_streams.c:1.21 php4/main/memory_streams.c:1.22
--- php4/main/memory_streams.c:1.21     Mon Nov 18 07:40:12 2002
+++ php4/main/memory_streams.c  Tue Dec 31 10:58:52 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/main/network.c
diff -u php4/main/network.c:1.84 php4/main/network.c:1.85
--- php4/main/network.c:1.84    Sun Dec 22 08:55:45 2002
+++ php4/main/network.c Tue Dec 31 10:58:52 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    | Streams work by Wez Furlong <[EMAIL PROTECTED]>                   |
    +----------------------------------------------------------------------+
  */
-/* $Id: network.c,v 1.84 2002/12/22 13:55:45 wez Exp $ */
+/* $Id: network.c,v 1.85 2002/12/31 15:58:52 sebastian Exp $ */
 
 /*#define DEBUG_MAIN_NETWORK 1*/
 
Index: php4/main/output.c
diff -u php4/main/output.c:1.144 php4/main/output.c:1.145
--- php4/main/output.c:1.144    Mon Dec 30 19:04:51 2002
+++ php4/main/output.c  Tue Dec 31 10:58:52 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: output.c,v 1.144 2002/12/31 00:04:51 iliaa Exp $ */
+/* $Id: output.c,v 1.145 2002/12/31 15:58:52 sebastian Exp $ */
 
 #include "php.h"
 #include "ext/standard/head.h"
Index: php4/main/php.h
diff -u php4/main/php.h:1.178 php4/main/php.h:1.179
--- php4/main/php.h:1.178       Thu Nov  7 06:52:45 2002
+++ php4/main/php.h     Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php.h,v 1.178 2002/11/07 11:52:45 sas Exp $ */
+/* $Id: php.h,v 1.179 2002/12/31 15:58:53 sebastian Exp $ */
 
 #ifndef PHP_H
 #define PHP_H
Index: php4/main/php_content_types.c
diff -u php4/main/php_content_types.c:1.25 php4/main/php_content_types.c:1.26
--- php4/main/php_content_types.c:1.25  Fri Nov 29 09:48:17 2002
+++ php4/main/php_content_types.c       Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_content_types.c,v 1.25 2002/11/29 14:48:17 sniper Exp $ */
+/* $Id: php_content_types.c,v 1.26 2002/12/31 15:58:53 sebastian Exp $ */
 
 #include "php.h"
 #include "SAPI.h"
Index: php4/main/php_globals.h
diff -u php4/main/php_globals.h:1.86 php4/main/php_globals.h:1.87
--- php4/main/php_globals.h:1.86        Sat Nov 30 13:36:17 2002
+++ php4/main/php_globals.h     Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/main/php_ini.c
diff -u php4/main/php_ini.c:1.107 php4/main/php_ini.c:1.108
--- php4/main/php_ini.c:1.107   Mon Dec 30 10:03:50 2002
+++ php4/main/php_ini.c Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_ini.c,v 1.107 2002/12/30 15:03:50 derick Exp $ */
+/* $Id: php_ini.c,v 1.108 2002/12/31 15:58:53 sebastian Exp $ */
 
 /* Check CWD for php.ini */
 #define INI_CHECK_CWD
Index: php4/main/php_ini.h
diff -u php4/main/php_ini.h:1.37 php4/main/php_ini.h:1.38
--- php4/main/php_ini.h:1.37    Fri May 10 23:41:16 2002
+++ php4/main/php_ini.h Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/main/php_logos.c
diff -u php4/main/php_logos.c:1.14 php4/main/php_logos.c:1.15
--- php4/main/php_logos.c:1.14  Mon Nov 25 07:30:28 2002
+++ php4/main/php_logos.c       Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/main/php_main.h
diff -u php4/main/php_main.h:1.25 php4/main/php_main.h:1.26
--- php4/main/php_main.h:1.25   Tue Dec 10 15:16:30 2002
+++ php4/main/php_main.h        Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -18,7 +18,7 @@
  */
 
 
-/* $Id: php_main.h,v 1.25 2002/12/10 20:16:30 iliaa Exp $ */
+/* $Id: php_main.h,v 1.26 2002/12/31 15:58:53 sebastian Exp $ */
 
 
 #ifndef PHP_MAIN_H
Index: php4/main/php_memory_streams.h
diff -u php4/main/php_memory_streams.h:1.6 php4/main/php_memory_streams.h:1.7
--- php4/main/php_memory_streams.h:1.6  Sat Mar 23 12:51:20 2002
+++ php4/main/php_memory_streams.h      Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/main/php_network.h
diff -u php4/main/php_network.h:1.37 php4/main/php_network.h:1.38
--- php4/main/php_network.h:1.37        Tue Oct 29 09:57:12 2002
+++ php4/main/php_network.h     Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -15,7 +15,7 @@
    | Author: Stig Venaas <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_network.h,v 1.37 2002/10/29 14:57:12 wez Exp $ */
+/* $Id: php_network.h,v 1.38 2002/12/31 15:58:53 sebastian Exp $ */
 
 #ifndef _PHP_NETWORK_H
 #define _PHP_NETWORK_H
Index: php4/main/php_open_temporary_file.c
diff -u php4/main/php_open_temporary_file.c:1.20 
php4/main/php_open_temporary_file.c:1.21
--- php4/main/php_open_temporary_file.c:1.20    Mon Nov 18 07:40:12 2002
+++ php4/main/php_open_temporary_file.c Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_open_temporary_file.c,v 1.20 2002/11/18 12:40:12 wez Exp $ */
+/* $Id: php_open_temporary_file.c,v 1.21 2002/12/31 15:58:53 sebastian Exp $ */
 
 #include "php.h"
 
Index: php4/main/php_open_temporary_file.h
diff -u php4/main/php_open_temporary_file.h:1.5 php4/main/php_open_temporary_file.h:1.6
--- php4/main/php_open_temporary_file.h:1.5     Thu Feb 28 03:27:04 2002
+++ php4/main/php_open_temporary_file.h Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/main/php_output.h
diff -u php4/main/php_output.h:1.47 php4/main/php_output.h:1.48
--- php4/main/php_output.h:1.47 Sun Oct  6 05:06:24 2002
+++ php4/main/php_output.h      Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_output.h,v 1.47 2002/10/06 09:06:24 zeev Exp $ */
+/* $Id: php_output.h,v 1.48 2002/12/31 15:58:53 sebastian Exp $ */
 
 #ifndef PHP_OUTPUT_H
 #define PHP_OUTPUT_H
Index: php4/main/php_reentrancy.h
diff -u php4/main/php_reentrancy.h:1.17 php4/main/php_reentrancy.h:1.18
--- php4/main/php_reentrancy.h:1.17     Mon Nov  4 16:20:52 2002
+++ php4/main/php_reentrancy.h  Tue Dec 31 10:58:53 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/main/php_sprintf.c
diff -u php4/main/php_sprintf.c:1.12 php4/main/php_sprintf.c:1.13
--- php4/main/php_sprintf.c:1.12        Thu Feb 28 03:27:04 2002
+++ php4/main/php_sprintf.c     Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_sprintf.c,v 1.12 2002/02/28 08:27:04 sebastian Exp $ */
+/* $Id: php_sprintf.c,v 1.13 2002/12/31 15:58:54 sebastian Exp $ */
 
 #include <stdio.h>
 #include <stdarg.h>
Index: php4/main/php_streams.h
diff -u php4/main/php_streams.h:1.62 php4/main/php_streams.h:1.63
--- php4/main/php_streams.h:1.62        Mon Nov 18 06:39:41 2002
+++ php4/main/php_streams.h     Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_streams.h,v 1.62 2002/11/18 11:39:41 wez Exp $ */
+/* $Id: php_streams.h,v 1.63 2002/12/31 15:58:54 sebastian Exp $ */
 
 #ifndef PHP_STREAMS_H
 #define PHP_STREAMS_H
Index: php4/main/php_ticks.c
diff -u php4/main/php_ticks.c:1.15 php4/main/php_ticks.c:1.16
--- php4/main/php_ticks.c:1.15  Mon Mar  4 15:57:36 2002
+++ php4/main/php_ticks.c       Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_ticks.c,v 1.15 2002/03/04 20:57:36 jon Exp $ */
+/* $Id: php_ticks.c,v 1.16 2002/12/31 15:58:54 sebastian Exp $ */
 
 #include "php.h"
 #include "php_ticks.h"
Index: php4/main/php_ticks.h
diff -u php4/main/php_ticks.h:1.8 php4/main/php_ticks.h:1.9
--- php4/main/php_ticks.h:1.8   Thu Feb 28 03:27:04 2002
+++ php4/main/php_ticks.h       Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_ticks.h,v 1.8 2002/02/28 08:27:04 sebastian Exp $ */
+/* $Id: php_ticks.h,v 1.9 2002/12/31 15:58:54 sebastian Exp $ */
 
 #ifndef PHP_TICKS_H
 #define PHP_TICKS_H
Index: php4/main/php_variables.c
diff -u php4/main/php_variables.c:1.47 php4/main/php_variables.c:1.48
--- php4/main/php_variables.c:1.47      Sun Dec 29 16:02:17 2002
+++ php4/main/php_variables.c   Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    |          Zeev Suraski <[EMAIL PROTECTED]>                                |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_variables.c,v 1.47 2002/12/29 21:02:17 iliaa Exp $ */
+/* $Id: php_variables.c,v 1.48 2002/12/31 15:58:54 sebastian Exp $ */
 
 #include <stdio.h>
 #include "php.h"
Index: php4/main/php_variables.h
diff -u php4/main/php_variables.h:1.14 php4/main/php_variables.h:1.15
--- php4/main/php_variables.h:1.14      Sun Oct 13 04:38:09 2002
+++ php4/main/php_variables.h   Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_variables.h,v 1.14 2002/10/13 08:38:09 shane Exp $ */
+/* $Id: php_variables.h,v 1.15 2002/12/31 15:58:54 sebastian Exp $ */
 
 #ifndef PHP_VARIABLES_H
 #define PHP_VARIABLES_H
Index: php4/main/reentrancy.c
diff -u php4/main/reentrancy.c:1.35 php4/main/reentrancy.c:1.36
--- php4/main/reentrancy.c:1.35 Mon Nov  4 16:20:52 2002
+++ php4/main/reentrancy.c      Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/main/rfc1867.c
diff -u php4/main/rfc1867.c:1.129 php4/main/rfc1867.c:1.130
--- php4/main/rfc1867.c:1.129   Sun Dec 29 16:02:17 2002
+++ php4/main/rfc1867.c Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    |          Jani Taskinen <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
  */
-/* $Id: rfc1867.c,v 1.129 2002/12/29 21:02:17 iliaa Exp $ */
+/* $Id: rfc1867.c,v 1.130 2002/12/31 15:58:54 sebastian Exp $ */
 
 /*
  *  This product includes software developed by the Apache Group
Index: php4/main/safe_mode.c
diff -u php4/main/safe_mode.c:1.51 php4/main/safe_mode.c:1.52
--- php4/main/safe_mode.c:1.51  Wed Nov  6 13:07:23 2002
+++ php4/main/safe_mode.c       Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -15,7 +15,7 @@
    | Author: Rasmus Lerdorf <[EMAIL PROTECTED]>                        |
    +----------------------------------------------------------------------+
  */
-/* $Id: safe_mode.c,v 1.51 2002/11/06 18:07:23 iliaa Exp $ */
+/* $Id: safe_mode.c,v 1.52 2002/12/31 15:58:54 sebastian Exp $ */
 
 #include "php.h"
 
Index: php4/main/snprintf.h
diff -u php4/main/snprintf.h:1.18 php4/main/snprintf.h:1.19
--- php4/main/snprintf.h:1.18   Sun Jun 23 18:16:35 2002
+++ php4/main/snprintf.h        Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/main/spprintf.c
diff -u php4/main/spprintf.c:1.10 php4/main/spprintf.c:1.11
--- php4/main/spprintf.c:1.10   Mon Aug 12 10:02:51 2002
+++ php4/main/spprintf.c        Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/main/spprintf.h
diff -u php4/main/spprintf.h:1.5 php4/main/spprintf.h:1.6
--- php4/main/spprintf.h:1.5    Mon Aug 12 05:07:26 2002
+++ php4/main/spprintf.h        Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.138 php4/main/streams.c:1.139
--- php4/main/streams.c:1.138   Sun Dec 22 21:56:46 2002
+++ php4/main/streams.c Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: streams.c,v 1.138 2002/12/23 02:56:46 wez Exp $ */
+/* $Id: streams.c,v 1.139 2002/12/31 15:58:54 sebastian Exp $ */
 
 #define _GNU_SOURCE
 #include "php.h"
Index: php4/main/user_streams.c
diff -u php4/main/user_streams.c:1.29 php4/main/user_streams.c:1.30
--- php4/main/user_streams.c:1.29       Mon Oct 14 22:05:27 2002
+++ php4/main/user_streams.c    Tue Dec 31 10:58:54 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: user_streams.c,v 1.29 2002/10/15 02:05:27 iliaa Exp $ */
+/* $Id: user_streams.c,v 1.30 2002/12/31 15:58:54 sebastian Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
Index: php4/netware/start.c
diff -u php4/netware/start.c:1.2 php4/netware/start.c:1.3
--- php4/netware/start.c:1.2    Wed Sep 11 06:16:08 2002
+++ php4/netware/start.c        Tue Dec 31 10:58:55 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/netware/sys/stat.h
diff -u php4/netware/sys/stat.h:1.2 php4/netware/sys/stat.h:1.3
--- php4/netware/sys/stat.h:1.2 Thu Dec 19 06:23:58 2002
+++ php4/netware/sys/stat.h     Tue Dec 31 10:58:58 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/sapi/activescript/php4activescript.c
diff -u php4/sapi/activescript/php4activescript.c:1.3 
php4/sapi/activescript/php4activescript.c:1.4
--- php4/sapi/activescript/php4activescript.c:1.3       Tue Nov 26 00:57:01 2002
+++ php4/sapi/activescript/php4activescript.c   Tue Dec 31 10:58:59 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -15,7 +15,7 @@
    | Authors: Wez Furlong <[EMAIL PROTECTED]>                          |
    +----------------------------------------------------------------------+
  */
-/* $Id: php4activescript.c,v 1.3 2002/11/26 05:57:01 sniper Exp $ */
+/* $Id: php4activescript.c,v 1.4 2002/12/31 15:58:59 sebastian Exp $ */
 
 #include "php.h"
 #include "php_main.h"
Index: php4/sapi/activescript/php4activescript.h
diff -u php4/sapi/activescript/php4activescript.h:1.2 
php4/sapi/activescript/php4activescript.h:1.3
--- php4/sapi/activescript/php4activescript.h:1.2       Mon May 20 18:22:56 2002
+++ php4/sapi/activescript/php4activescript.h   Tue Dec 31 10:58:59 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -15,7 +15,7 @@
    | Authors: Wez Furlong <[EMAIL PROTECTED]>                          |
    +----------------------------------------------------------------------+
  */
-/* $Id: php4activescript.h,v 1.2 2002/05/20 22:22:56 wez Exp $ */
+/* $Id: php4activescript.h,v 1.3 2002/12/31 15:58:59 sebastian Exp $ */
 
 extern zend_module_entry php_activescript_module;
 extern sapi_module_struct activescript_sapi_module;
Index: php4/sapi/activescript/php4as_classfactory.h
diff -u php4/sapi/activescript/php4as_classfactory.h:1.1 
php4/sapi/activescript/php4as_classfactory.h:1.2
--- php4/sapi/activescript/php4as_classfactory.h:1.1    Sun May 19 21:35:29 2002
+++ php4/sapi/activescript/php4as_classfactory.h        Tue Dec 31 10:58:59 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -15,7 +15,7 @@
    | Authors: Wez Furlong <[EMAIL PROTECTED]>                          |
    +----------------------------------------------------------------------+
  */
-/* $Id: php4as_classfactory.h,v 1.1 2002/05/20 01:35:29 wez Exp $ */
+/* $Id: php4as_classfactory.h,v 1.2 2002/12/31 15:58:59 sebastian Exp $ */
 
 /* IClassFactory Implementation */
 
Index: php4/sapi/activescript/php4as_scriptengine.h
diff -u php4/sapi/activescript/php4as_scriptengine.h:1.2 
php4/sapi/activescript/php4as_scriptengine.h:1.3
--- php4/sapi/activescript/php4as_scriptengine.h:1.2    Mon May 20 18:22:57 2002
+++ php4/sapi/activescript/php4as_scriptengine.h        Tue Dec 31 10:58:59 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -15,7 +15,7 @@
    | Authors: Wez Furlong <[EMAIL PROTECTED]>                          |
    +----------------------------------------------------------------------+
  */
-/* $Id: php4as_scriptengine.h,v 1.2 2002/05/20 22:22:57 wez Exp $ */
+/* $Id: php4as_scriptengine.h,v 1.3 2002/12/31 15:58:59 sebastian Exp $ */
 
 #include <activscp.h>
 #include "zend.h"
Index: php4/sapi/aolserver/aolserver.c
diff -u php4/sapi/aolserver/aolserver.c:1.73 php4/sapi/aolserver/aolserver.c:1.74
--- php4/sapi/aolserver/aolserver.c:1.73        Tue Nov 26 00:57:01 2002
+++ php4/sapi/aolserver/aolserver.c     Tue Dec 31 10:59:00 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -22,7 +22,7 @@
  * - CGI/1.1 conformance
  */
 
-/* $Id: aolserver.c,v 1.73 2002/11/26 05:57:01 sniper Exp $ */
+/* $Id: aolserver.c,v 1.74 2002/12/31 15:59:00 sebastian Exp $ */
 
 /* conflict between PHP and AOLserver headers */
 #define Debug php_Debug
@@ -205,7 +205,7 @@
        int i;
        
        php_info_print_table_start();
-       php_info_print_table_row(2, "SAPI module version", "$Id: aolserver.c,v 1.73 
2002/11/26 05:57:01 sniper Exp $");
+       php_info_print_table_row(2, "SAPI module version", "$Id: aolserver.c,v 1.74 
+2002/12/31 15:59:00 sebastian Exp $");
        php_info_print_table_row(2, "Build date", Ns_InfoBuildDate());
        php_info_print_table_row(2, "Config file path", Ns_InfoConfigFile());
        php_info_print_table_row(2, "Error Log path", Ns_InfoErrorLog());
Index: php4/sapi/apache/mod_php4.c
diff -u php4/sapi/apache/mod_php4.c:1.149 php4/sapi/apache/mod_php4.c:1.150
--- php4/sapi/apache/mod_php4.c:1.149   Sat Dec 21 15:12:08 2002
+++ php4/sapi/apache/mod_php4.c Tue Dec 31 10:59:01 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -17,7 +17,7 @@
    | PHP 4.0 patches by Zeev Suraski <[EMAIL PROTECTED]>                      |
    +----------------------------------------------------------------------+
  */
-/* $Id: mod_php4.c,v 1.149 2002/12/21 20:12:08 andrei Exp $ */
+/* $Id: mod_php4.c,v 1.150 2002/12/31 15:59:01 sebastian Exp $ */
 
 #include "php_apache_http.h"
 
Index: php4/sapi/apache/mod_php4.h
diff -u php4/sapi/apache/mod_php4.h:1.17 php4/sapi/apache/mod_php4.h:1.18
--- php4/sapi/apache/mod_php4.h:1.17    Thu Feb 28 03:27:19 2002
+++ php4/sapi/apache/mod_php4.h Tue Dec 31 10:59:02 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -15,7 +15,7 @@
    | Author: Rasmus Lerdorf <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
  */
-/* $Id: mod_php4.h,v 1.17 2002/02/28 08:27:19 sebastian Exp $ */
+/* $Id: mod_php4.h,v 1.18 2002/12/31 15:59:02 sebastian Exp $ */
 
 #ifndef MOD_PHP4_H
 #define MOD_PHP4_H
Index: php4/sapi/apache/php_apache.c
diff -u php4/sapi/apache/php_apache.c:1.72 php4/sapi/apache/php_apache.c:1.73
--- php4/sapi/apache/php_apache.c:1.72  Fri Dec 27 18:05:13 2002
+++ php4/sapi/apache/php_apache.c       Tue Dec 31 10:59:02 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -17,7 +17,7 @@
    |          David Sklar <[EMAIL PROTECTED]>                             |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_apache.c,v 1.72 2002/12/27 23:05:13 iliaa Exp $ */
+/* $Id: php_apache.c,v 1.73 2002/12/31 15:59:02 sebastian Exp $ */
 
 #include "php_apache_http.h"
 
Index: php4/sapi/apache/sapi_apache.c
diff -u php4/sapi/apache/sapi_apache.c:1.40 php4/sapi/apache/sapi_apache.c:1.41
--- php4/sapi/apache/sapi_apache.c:1.40 Mon Apr 22 23:01:30 2002
+++ php4/sapi/apache/sapi_apache.c      Tue Dec 31 10:59:02 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -19,7 +19,7 @@
    | Stig Bakken <[EMAIL PROTECTED]>                                            |
    +----------------------------------------------------------------------+
  */
-/* $Id: sapi_apache.c,v 1.40 2002/04/23 03:01:30 sniper Exp $ */
+/* $Id: sapi_apache.c,v 1.41 2002/12/31 15:59:02 sebastian Exp $ */
 
 #include "php_apache_http.h"
 
Index: php4/sapi/apache2filter/apache_config.c
diff -u php4/sapi/apache2filter/apache_config.c:1.28 
php4/sapi/apache2filter/apache_config.c:1.29
--- php4/sapi/apache2filter/apache_config.c:1.28        Sun Nov 10 14:34:09 2002
+++ php4/sapi/apache2filter/apache_config.c     Tue Dec 31 10:59:03 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: apache_config.c,v 1.28 2002/11/10 19:34:09 iliaa Exp $ */
+/* $Id: apache_config.c,v 1.29 2002/12/31 15:59:03 sebastian Exp $ */
 
 #include "php.h"
 #include "php_ini.h"
Index: php4/sapi/apache2filter/php_apache.h
diff -u php4/sapi/apache2filter/php_apache.h:1.18 
php4/sapi/apache2filter/php_apache.h:1.19
--- php4/sapi/apache2filter/php_apache.h:1.18   Sat Nov  2 11:04:27 2002
+++ php4/sapi/apache2filter/php_apache.h        Tue Dec 31 10:59:03 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_apache.h,v 1.18 2002/11/02 16:04:27 imajes Exp $ */
+/* $Id: php_apache.h,v 1.19 2002/12/31 15:59:03 sebastian Exp $ */
 
 #ifndef PHP_APACHE_H
 #define PHP_APACHE_H
Index: php4/sapi/apache2filter/php_functions.c
diff -u php4/sapi/apache2filter/php_functions.c:1.33 
php4/sapi/apache2filter/php_functions.c:1.34
--- php4/sapi/apache2filter/php_functions.c:1.33        Fri Dec 27 17:47:06 2002
+++ php4/sapi/apache2filter/php_functions.c     Tue Dec 31 10:59:03 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_functions.c,v 1.33 2002/12/27 22:47:06 iliaa Exp $ */
+/* $Id: php_functions.c,v 1.34 2002/12/31 15:59:03 sebastian Exp $ */
 
 #include "php.h"
 #include "ext/standard/php_smart_str.h"
Index: php4/sapi/apache2filter/sapi_apache2.c
diff -u php4/sapi/apache2filter/sapi_apache2.c:1.100 
php4/sapi/apache2filter/sapi_apache2.c:1.101
--- php4/sapi/apache2filter/sapi_apache2.c:1.100        Mon Dec 30 19:10:57 2002
+++ php4/sapi/apache2filter/sapi_apache2.c      Tue Dec 31 10:59:03 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: sapi_apache2.c,v 1.100 2002/12/31 00:10:57 iliaa Exp $ */
+/* $Id: sapi_apache2.c,v 1.101 2002/12/31 15:59:03 sebastian Exp $ */
 
 #include <fcntl.h>
 
Index: php4/sapi/apache_hooks/mod_php4.c
diff -u php4/sapi/apache_hooks/mod_php4.c:1.5 php4/sapi/apache_hooks/mod_php4.c:1.6
--- php4/sapi/apache_hooks/mod_php4.c:1.5       Tue Dec 10 15:16:30 2002
+++ php4/sapi/apache_hooks/mod_php4.c   Tue Dec 31 10:59:05 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                                    
                                         |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                            
                 |
+   | Copyright (c) 1997-2003 The PHP Group                                            
+                 |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,     |
    | that is bundled with this package in the file LICENSE, and is             |
@@ -17,7 +17,7 @@
    | PHP 4.0 patches by Zeev Suraski <[EMAIL PROTECTED]>                                  
   |
    +----------------------------------------------------------------------+
  */
-/* $Id: mod_php4.c,v 1.5 2002/12/10 20:16:30 iliaa Exp $ */
+/* $Id: mod_php4.c,v 1.6 2002/12/31 15:59:05 sebastian Exp $ */
 
 #include "php_apache_http.h"
 
Index: php4/sapi/apache_hooks/mod_php4.h
diff -u php4/sapi/apache_hooks/mod_php4.h:1.1 php4/sapi/apache_hooks/mod_php4.h:1.2
--- php4/sapi/apache_hooks/mod_php4.h:1.1       Sun Nov 17 20:01:21 2002
+++ php4/sapi/apache_hooks/mod_php4.h   Tue Dec 31 10:59:05 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -15,7 +15,7 @@
    | Author: Rasmus Lerdorf <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
  */
-/* $Id: mod_php4.h,v 1.1 2002/11/18 01:01:21 gschlossnagle Exp $ */
+/* $Id: mod_php4.h,v 1.2 2002/12/31 15:59:05 sebastian Exp $ */
 
 #ifndef MOD_PHP4_H
 #define MOD_PHP4_H
Index: php4/sapi/apache_hooks/php_apache.c
diff -u php4/sapi/apache_hooks/php_apache.c:1.7 php4/sapi/apache_hooks/php_apache.c:1.8
--- php4/sapi/apache_hooks/php_apache.c:1.7     Fri Dec 27 18:05:15 2002
+++ php4/sapi/apache_hooks/php_apache.c Tue Dec 31 10:59:05 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -17,7 +17,7 @@
    |          David Sklar <[EMAIL PROTECTED]>                             |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_apache.c,v 1.7 2002/12/27 23:05:15 iliaa Exp $ */
+/* $Id: php_apache.c,v 1.8 2002/12/31 15:59:05 sebastian Exp $ */
 
 #include "php_apache_http.h"
 
Index: php4/sapi/apache_hooks/sapi_apache.c
diff -u php4/sapi/apache_hooks/sapi_apache.c:1.3 
php4/sapi/apache_hooks/sapi_apache.c:1.4
--- php4/sapi/apache_hooks/sapi_apache.c:1.3    Tue Dec 10 15:16:30 2002
+++ php4/sapi/apache_hooks/sapi_apache.c        Tue Dec 31 10:59:05 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -19,7 +19,7 @@
    | Stig Bakken <[EMAIL PROTECTED]>                                            |
    +----------------------------------------------------------------------+
  */
-/* $Id: sapi_apache.c,v 1.3 2002/12/10 20:16:30 iliaa Exp $ */
+/* $Id: sapi_apache.c,v 1.4 2002/12/31 15:59:05 sebastian Exp $ */
 
 #include "php_apache_http.h"
 
Index: php4/sapi/caudium/caudium.c
diff -u php4/sapi/caudium/caudium.c:1.29 php4/sapi/caudium/caudium.c:1.30
--- php4/sapi/caudium/caudium.c:1.29    Tue Nov 26 00:57:02 2002
+++ php4/sapi/caudium/caudium.c Tue Dec 31 10:59:05 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: caudium.c,v 1.29 2002/11/26 05:57:02 sniper Exp $ */
+/* $Id: caudium.c,v 1.30 2002/12/31 15:59:05 sebastian Exp $ */
 
 #include "php.h"
 #ifdef HAVE_CAUDIUM
@@ -444,7 +444,7 @@
 {
   /*  char buf[512]; */
   php_info_print_table_start();
-  php_info_print_table_row(2, "SAPI module version", "$Id: caudium.c,v 1.29 
2002/11/26 05:57:02 sniper Exp $");
+  php_info_print_table_row(2, "SAPI module version", "$Id: caudium.c,v 1.30 
+2002/12/31 15:59:05 sebastian Exp $");
   /*  php_info_print_table_row(2, "Build date", Ns_InfoBuildDate());
       php_info_print_table_row(2, "Config file path", Ns_InfoConfigFile());
       php_info_print_table_row(2, "Error Log path", Ns_InfoErrorLog());
Index: php4/sapi/cgi/cgi_main.c
diff -u php4/sapi/cgi/cgi_main.c:1.203 php4/sapi/cgi/cgi_main.c:1.204
--- php4/sapi/cgi/cgi_main.c:1.203      Wed Dec 25 16:18:37 2002
+++ php4/sapi/cgi/cgi_main.c    Tue Dec 31 10:59:05 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -1301,7 +1301,7 @@
                                                        SG(headers_sent) = 1;
                                                        SG(request_info).no_headers = 
1;
                                                }
-                                               php_printf("PHP %s (%s), Copyright (c) 
1997-2002 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version());
+                                               php_printf("PHP %s (%s), Copyright (c) 
+1997-2003 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version());
                                                php_end_ob_buffers(1 TSRMLS_CC);
                                                exit(1);
                                                break;
Index: php4/sapi/cli/php_cli.c
diff -u php4/sapi/cli/php_cli.c:1.58 php4/sapi/cli/php_cli.c:1.59
--- php4/sapi/cli/php_cli.c:1.58        Fri Dec 20 10:51:35 2002
+++ php4/sapi/cli/php_cli.c     Tue Dec 31 10:59:06 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -643,7 +643,7 @@
                                        SG(headers_sent) = 1;
                                        SG(request_info).no_headers = 1;
                                }
-                               php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 
1997-2002 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-2003 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;
Index: php4/sapi/embed/php_embed.c
diff -u php4/sapi/embed/php_embed.c:1.2 php4/sapi/embed/php_embed.c:1.3
--- php4/sapi/embed/php_embed.c:1.2     Tue Nov 26 00:57:04 2002
+++ php4/sapi/embed/php_embed.c Tue Dec 31 10:59:09 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -15,7 +15,7 @@
    | Author: Edin Kadribasic <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
 */
-/* $Id: php_embed.c,v 1.2 2002/11/26 05:57:04 sniper Exp $ */
+/* $Id: php_embed.c,v 1.3 2002/12/31 15:59:09 sebastian Exp $ */
 
 #include "php_embed.h"
 
Index: php4/sapi/embed/php_embed.h
diff -u php4/sapi/embed/php_embed.h:1.1 php4/sapi/embed/php_embed.h:1.2
--- php4/sapi/embed/php_embed.h:1.1     Sun Sep 29 12:22:48 2002
+++ php4/sapi/embed/php_embed.h Tue Dec 31 10:59:09 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -15,7 +15,7 @@
    | Author: Edin Kadribasic <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
 */
-/* $Id: php_embed.h,v 1.1 2002/09/29 16:22:48 sas Exp $ */
+/* $Id: php_embed.h,v 1.2 2002/12/31 15:59:09 sebastian Exp $ */
 
 #ifndef _PHP_EMBED_H_
 #define _PHP_EMBED_H_
Index: php4/sapi/isapi/php4isapi.c
diff -u php4/sapi/isapi/php4isapi.c:1.94 php4/sapi/isapi/php4isapi.c:1.95
--- php4/sapi/isapi/php4isapi.c:1.94    Sun Dec  1 07:48:08 2002
+++ php4/sapi/isapi/php4isapi.c Tue Dec 31 10:59:10 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/sapi/milter/php_milter.c
diff -u php4/sapi/milter/php_milter.c:1.8 php4/sapi/milter/php_milter.c:1.9
--- php4/sapi/milter/php_milter.c:1.8   Sun Dec  1 19:21:15 2002
+++ php4/sapi/milter/php_milter.c       Tue Dec 31 10:59:11 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -1043,7 +1043,7 @@
                                }
                                SG(headers_sent) = 1;
                                SG(request_info).no_headers = 1;
-                               php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 
1997-2002 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-2003 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;
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.29 php4/sapi/nsapi/nsapi.c:1.30
--- php4/sapi/nsapi/nsapi.c:1.29        Tue Nov 26 00:57:04 2002
+++ php4/sapi/nsapi/nsapi.c     Tue Dec 31 10:59:12 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/sapi/phttpd/php_phttpd.h
diff -u php4/sapi/phttpd/php_phttpd.h:1.7 php4/sapi/phttpd/php_phttpd.h:1.8
--- php4/sapi/phttpd/php_phttpd.h:1.7   Tue Dec 11 10:32:03 2001
+++ php4/sapi/phttpd/php_phttpd.h       Tue Dec 31 10:59:12 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/sapi/phttpd/phttpd.c
diff -u php4/sapi/phttpd/phttpd.c:1.36 php4/sapi/phttpd/phttpd.c:1.37
--- php4/sapi/phttpd/phttpd.c:1.36      Tue Nov 26 00:57:05 2002
+++ php4/sapi/phttpd/phttpd.c   Tue Dec 31 10:59:12 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/sapi/pi3web/pi3web_sapi.c
diff -u php4/sapi/pi3web/pi3web_sapi.c:1.48 php4/sapi/pi3web/pi3web_sapi.c:1.49
--- php4/sapi/pi3web/pi3web_sapi.c:1.48 Tue Dec 10 21:51:06 2002
+++ php4/sapi/pi3web/pi3web_sapi.c      Tue Dec 31 10:59:12 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: pi3web_sapi.c,v 1.48 2002/12/11 02:51:06 iliaa Exp $ */
+/* $Id: pi3web_sapi.c,v 1.49 2002/12/31 15:59:12 sebastian Exp $ */
 
 #include "pi3web_sapi.h"
 #include "php.h"
@@ -78,7 +78,7 @@
        PUTS("<table border=0 cellpadding=3 cellspacing=1 width=600 align=center>\n");
        PUTS("<tr><th colspan=2 bgcolor=\"" PHP_HEADER_COLOR "\">Pi3Web Server 
Information</th></tr>\n");
        php_info_print_table_header(2, "Information Field", "Value");
-       php_info_print_table_row(2, "Pi3Web SAPI module version", "$Id: 
pi3web_sapi.c,v 1.48 2002/12/11 02:51:06 iliaa Exp $");
+       php_info_print_table_row(2, "Pi3Web SAPI module version", "$Id: 
+pi3web_sapi.c,v 1.49 2002/12/31 15:59:12 sebastian Exp $");
        php_info_print_table_row(2, "Server Name Stamp", HTTPCore_getServerStamp());
        snprintf(variable_buf, 511, "%d", HTTPCore_debugEnabled());
        php_info_print_table_row(2, "Debug Enabled", variable_buf);
Index: php4/sapi/roxen/roxen.c
diff -u php4/sapi/roxen/roxen.c:1.55 php4/sapi/roxen/roxen.c:1.56
--- php4/sapi/roxen/roxen.c:1.55        Sat Dec 28 01:59:24 2002
+++ php4/sapi/roxen/roxen.c     Tue Dec 31 10:59:13 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: roxen.c,v 1.55 2002/12/28 06:59:24 iliaa Exp $ */
+/* $Id: roxen.c,v 1.56 2002/12/31 15:59:13 sebastian Exp $ */
 
 #include "php.h"
 #ifdef HAVE_ROXEN
@@ -438,7 +438,7 @@
 {
   /*  char buf[512]; */
   php_info_print_table_start();
-  php_info_print_table_row(2, "SAPI module version", "$Id: roxen.c,v 1.55 2002/12/28 
06:59:24 iliaa Exp $");
+  php_info_print_table_row(2, "SAPI module version", "$Id: roxen.c,v 1.56 2002/12/31 
+15:59:13 sebastian Exp $");
   /*  php_info_print_table_row(2, "Build date", Ns_InfoBuildDate());
       php_info_print_table_row(2, "Config file path", Ns_InfoConfigFile());
       php_info_print_table_row(2, "Error Log path", Ns_InfoErrorLog());
Index: php4/sapi/servlet/servlet.c
diff -u php4/sapi/servlet/servlet.c:1.66 php4/sapi/servlet/servlet.c:1.67
--- php4/sapi/servlet/servlet.c:1.66    Tue Nov 26 00:57:05 2002
+++ php4/sapi/servlet/servlet.c Tue Dec 31 10:59:13 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/sapi/thttpd/php_thttpd.h
diff -u php4/sapi/thttpd/php_thttpd.h:1.8 php4/sapi/thttpd/php_thttpd.h:1.9
--- php4/sapi/thttpd/php_thttpd.h:1.8   Sat Oct 26 16:55:41 2002
+++ php4/sapi/thttpd/php_thttpd.h       Tue Dec 31 10:59:13 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/sapi/thttpd/thttpd.c
diff -u php4/sapi/thttpd/thttpd.c:1.79 php4/sapi/thttpd/thttpd.c:1.80
--- php4/sapi/thttpd/thttpd.c:1.79      Fri Nov 29 06:34:08 2002
+++ php4/sapi/thttpd/thttpd.c   Tue Dec 31 10:59:13 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: thttpd.c,v 1.79 2002/11/29 11:34:08 sas Exp $ */
+/* $Id: thttpd.c,v 1.80 2002/12/31 15:59:13 sebastian Exp $ */
 
 #include "php.h"
 #include "SAPI.h"
Index: php4/sapi/tux/php_tux.c
diff -u php4/sapi/tux/php_tux.c:1.19 php4/sapi/tux/php_tux.c:1.20
--- php4/sapi/tux/php_tux.c:1.19        Tue Nov 26 00:57:06 2002
+++ php4/sapi/tux/php_tux.c     Tue Dec 31 10:59:13 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/sapi/webjames/php_webjames.h
diff -u php4/sapi/webjames/php_webjames.h:1.2 php4/sapi/webjames/php_webjames.h:1.3
--- php4/sapi/webjames/php_webjames.h:1.2       Tue Dec 11 10:32:11 2001
+++ php4/sapi/webjames/php_webjames.h   Tue Dec 31 10:59:14 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/sapi/webjames/webjames.c
diff -u php4/sapi/webjames/webjames.c:1.6 php4/sapi/webjames/webjames.c:1.7
--- php4/sapi/webjames/webjames.c:1.6   Tue Nov 26 00:57:06 2002
+++ php4/sapi/webjames/webjames.c       Tue Dec 31 10:59:14 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/win32/crypt_win32.c
diff -u php4/win32/crypt_win32.c:1.4 php4/win32/crypt_win32.c:1.5
--- php4/win32/crypt_win32.c:1.4        Fri May 10 00:58:05 2002
+++ php4/win32/crypt_win32.c    Tue Dec 31 10:59:14 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: crypt_win32.c,v 1.4 2002/05/10 04:58:05 edink Exp $ */
+/* $Id: crypt_win32.c,v 1.5 2002/12/31 15:59:14 sebastian Exp $ */
 
 /* This code is distributed under the PHP license with permission from
    the author Jochen Obalek <[EMAIL PROTECTED]> */
Index: php4/win32/crypt_win32.h
diff -u php4/win32/crypt_win32.h:1.3 php4/win32/crypt_win32.h:1.4
--- php4/win32/crypt_win32.h:1.3        Mon Mar 18 17:13:14 2002
+++ php4/win32/crypt_win32.h    Tue Dec 31 10:59:14 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: crypt_win32.h,v 1.3 2002/03/18 22:13:14 sebastian Exp $ */
+/* $Id: crypt_win32.h,v 1.4 2002/12/31 15:59:14 sebastian Exp $ */
 
 /* This code is distributed under the PHP license with permission from
    the author Jochen Obalek <[EMAIL PROTECTED]> */
Index: php4/win32/grp.h
diff -u php4/win32/grp.h:1.3 php4/win32/grp.h:1.4
--- php4/win32/grp.h:1.3        Thu Apr  4 15:22:03 2002
+++ php4/win32/grp.h    Tue Dec 31 10:59:14 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: grp.h,v 1.3 2002/04/04 20:22:03 sterling Exp $ */
+/* $Id: grp.h,v 1.4 2002/12/31 15:59:14 sebastian Exp $ */
 
 struct group {
        char *gr_name;                  
Index: php4/win32/md5crypt.c
diff -u php4/win32/md5crypt.c:1.1 php4/win32/md5crypt.c:1.2
--- php4/win32/md5crypt.c:1.1   Fri May 10 00:58:05 2002
+++ php4/win32/md5crypt.c       Tue Dec 31 10:59:14 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: md5crypt.c,v 1.1 2002/05/10 04:58:05 edink Exp $ */
+/* $Id: md5crypt.c,v 1.2 2002/12/31 15:59:14 sebastian Exp $ */
 
 /*
  * ----------------------------------------------------------------------------
Index: php4/win32/md5crypt.h
diff -u php4/win32/md5crypt.h:1.1 php4/win32/md5crypt.h:1.2
--- php4/win32/md5crypt.h:1.1   Fri May 10 00:58:05 2002
+++ php4/win32/md5crypt.h       Tue Dec 31 10:59:14 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: md5crypt.h,v 1.1 2002/05/10 04:58:05 edink Exp $ */
+/* $Id: md5crypt.h,v 1.2 2002/12/31 15:59:14 sebastian Exp $ */
 #ifndef _MD5CRYPT_H_
 #define _MD5CRYPT_H_
 
Index: php4/win32/pwd.c
diff -u php4/win32/pwd.c:1.5 php4/win32/pwd.c:1.6
--- php4/win32/pwd.c:1.5        Thu Apr  4 15:22:03 2002
+++ php4/win32/pwd.c    Tue Dec 31 10:59:14 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: pwd.c,v 1.5 2002/04/04 20:22:03 sterling Exp $ */
+/* $Id: pwd.c,v 1.6 2002/12/31 15:59:14 sebastian Exp $ */
 
 #include "php.h"                               /*php specific */
 #define WIN32_LEAN_AND_MEAN
Index: php4/win32/pwd.h
diff -u php4/win32/pwd.h:1.4 php4/win32/pwd.h:1.5
--- php4/win32/pwd.h:1.4        Thu Apr  4 15:22:03 2002
+++ php4/win32/pwd.h    Tue Dec 31 10:59:15 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: pwd.h,v 1.4 2002/04/04 20:22:03 sterling Exp $ */
+/* $Id: pwd.h,v 1.5 2002/12/31 15:59:15 sebastian Exp $ */
 
 #ifndef PWD_H
 #define PWD_H
Index: php4/win32/syslog.h
diff -u php4/win32/syslog.h:1.6 php4/win32/syslog.h:1.7
--- php4/win32/syslog.h:1.6     Thu Apr  4 15:22:03 2002
+++ php4/win32/syslog.h Tue Dec 31 10:59:15 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: syslog.h,v 1.6 2002/04/04 20:22:03 sterling Exp $ */
+/* $Id: syslog.h,v 1.7 2002/12/31 15:59:15 sebastian Exp $ */
 
 #ifndef SYSLOG_H
 #define        SYSLOG_H
Index: php4/win32/winutil.c
diff -u php4/win32/winutil.c:1.7 php4/win32/winutil.c:1.8
--- php4/win32/winutil.c:1.7    Tue Dec 11 10:32:16 2001
+++ php4/win32/winutil.c        Tue Dec 31 10:59:15 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |
Index: php4/win32/winutil.h
diff -u php4/win32/winutil.h:1.5 php4/win32/winutil.h:1.6
--- php4/win32/winutil.h:1.5    Tue Dec 11 10:32:16 2001
+++ php4/win32/winutil.h        Tue Dec 31 10:59:15 2002
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2002 The PHP Group                                |
+   | Copyright (c) 1997-2003 The PHP Group                                |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.02 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

Reply via email to