sniper          Wed Feb 19 03:40:20 2003 EDT

  Modified files:              
    /php4/main  SAPI.h alloca.c config.nw.h fopen_wrappers.c 
                fopen_wrappers.h internal_functions.c.in 
                internal_functions_nw.c internal_functions_registry.h 
                internal_functions_win32.c logos.h mergesort.c network.c 
                php3_compat.h php_compat.h php_content_types.h 
                php_globals.h php_ini.h php_logos.c php_logos.h 
                php_main.h php_memory_streams.h php_network.h 
                php_open_temporary_file.h php_reentrancy.h php_regex.h 
                php_syslog.h php_variables.c reentrancy.c rfc1867.c 
                rfc1867.h safe_mode.c safe_mode.h snprintf.c snprintf.h 
                spprintf.c spprintf.h strlcat.c strlcpy.c win95nt.h 
    /php4/main/streams  cast.c filter.c memory.c php_stream_context.h 
                        php_stream_filter_api.h 
                        php_stream_plain_wrapper.h 
                        php_stream_userspace.h php_streams_int.h 
                        plain_wrapper.c streams.c userspace.c 
  Log:
  ws fixes + missing $Id$ tags, headers added
  
Index: php4/main/SAPI.h
diff -u php4/main/SAPI.h:1.97 php4/main/SAPI.h:1.98
--- php4/main/SAPI.h:1.97       Tue Jan 21 06:03:57 2003
+++ php4/main/SAPI.h    Wed Feb 19 03:40:17 2003
@@ -16,6 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id: SAPI.h,v 1.98 2003/02/19 08:40:17 sniper Exp $ */
 
 #ifndef SAPI_H
 #define SAPI_H
Index: php4/main/alloca.c
diff -u php4/main/alloca.c:1.6 php4/main/alloca.c:1.7
--- php4/main/alloca.c:1.6      Sun Sep  9 09:29:27 2001
+++ php4/main/alloca.c  Wed Feb 19 03:40:18 2003
@@ -21,6 +21,8 @@
    allocating any.  It is a good idea to use alloca(0) in
    your main control loop, etc. to force garbage collection.  */
 
+/* $Id: alloca.c,v 1.7 2003/02/19 08:40:18 sniper Exp $ */
+
 #include "php_config.h"
 
 #if !HAVE_ALLOCA
Index: php4/main/config.nw.h
diff -u php4/main/config.nw.h:1.2 php4/main/config.nw.h:1.3
--- php4/main/config.nw.h:1.2   Fri Jan  3 07:48:13 2003
+++ php4/main/config.nw.h       Wed Feb 19 03:40:18 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: config.nw.h,v 1.3 2003/02/19 08:40:18 sniper Exp $ */
+
 /* config.nw.h.  Configure file for NetWare platform */
 
 
Index: php4/main/fopen_wrappers.c
diff -u php4/main/fopen_wrappers.c:1.157 php4/main/fopen_wrappers.c:1.158
--- php4/main/fopen_wrappers.c:1.157    Mon Feb 17 08:29:56 2003
+++ php4/main/fopen_wrappers.c  Wed Feb 19 03:40:18 2003
@@ -16,7 +16,8 @@
    |          Jim Winstead <[EMAIL PROTECTED]>                                 |
    +----------------------------------------------------------------------+
  */
-/* $Id: fopen_wrappers.c,v 1.157 2003/02/17 13:29:56 zeev Exp $ */
+
+/* $Id: fopen_wrappers.c,v 1.158 2003/02/19 08:40:18 sniper Exp $ */
 
 /* {{{ includes
  */
Index: php4/main/fopen_wrappers.h
diff -u php4/main/fopen_wrappers.h:1.39 php4/main/fopen_wrappers.h:1.40
--- php4/main/fopen_wrappers.h:1.39     Tue Dec 31 10:58:51 2002
+++ php4/main/fopen_wrappers.h  Wed Feb 19 03:40:18 2003
@@ -15,7 +15,8 @@
    | Author: Jim Winstead <[EMAIL PROTECTED]>                                  |
    +----------------------------------------------------------------------+
  */
-/* $Id: fopen_wrappers.h,v 1.39 2002/12/31 15:58:51 sebastian Exp $ */
+
+/* $Id: fopen_wrappers.h,v 1.40 2003/02/19 08:40:18 sniper Exp $ */
 
 #ifndef FOPEN_WRAPPERS_H
 #define FOPEN_WRAPPERS_H
Index: php4/main/internal_functions.c.in
diff -u php4/main/internal_functions.c.in:1.22 php4/main/internal_functions.c.in:1.23
--- php4/main/internal_functions.c.in:1.22      Fri Mar 15 16:03:07 2002
+++ php4/main/internal_functions.c.in   Wed Feb 19 03:40:18 2003
@@ -17,8 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-
-/* $Id: internal_functions.c.in,v 1.22 2002/03/15 21:03:07 wez Exp $ */
+/* $Id: internal_functions.c.in,v 1.23 2003/02/19 08:40:18 sniper Exp $ */
 
 #include "php.h"
 #include "php_main.h"
Index: php4/main/internal_functions_nw.c
diff -u php4/main/internal_functions_nw.c:1.2 php4/main/internal_functions_nw.c:1.3
--- php4/main/internal_functions_nw.c:1.2       Fri Jan  3 07:48:14 2003
+++ php4/main/internal_functions_nw.c   Wed Feb 19 03:40:18 2003
@@ -18,6 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id: internal_functions_nw.c,v 1.3 2003/02/19 08:40:18 sniper Exp $ */
 
 /* {{{ includes
  */
Index: php4/main/internal_functions_registry.h
diff -u php4/main/internal_functions_registry.h:1.13 
php4/main/internal_functions_registry.h:1.14
--- php4/main/internal_functions_registry.h:1.13        Tue Dec 31 10:58:51 2002
+++ php4/main/internal_functions_registry.h     Wed Feb 19 03:40:18 2003
@@ -17,8 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-
-/* $Id: internal_functions_registry.h,v 1.13 2002/12/31 15:58:51 sebastian Exp $ */
+/* $Id: internal_functions_registry.h,v 1.14 2003/02/19 08:40:18 sniper 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.71 
php4/main/internal_functions_win32.c:1.72
--- php4/main/internal_functions_win32.c:1.71   Fri Jan 17 01:15:24 2003
+++ php4/main/internal_functions_win32.c        Wed Feb 19 03:40:18 2003
@@ -15,9 +15,9 @@
        | Authors: Andi Gutmans <[EMAIL PROTECTED]>                                |
        |          Zeev Suraski <[EMAIL PROTECTED]>                                |
        +----------------------------------------------------------------------+
-
-       $Id: internal_functions_win32.c,v 1.71 2003/01/17 06:15:24 sebastian Exp $
 */
+
+/* $Id: internal_functions_win32.c,v 1.72 2003/02/19 08:40:18 sniper Exp $ */
 
 /* {{{ includes
  */
Index: php4/main/logos.h
diff -u php4/main/logos.h:1.6 php4/main/logos.h:1.7
--- php4/main/logos.h:1.6       Fri Nov  1 18:00:32 2002
+++ php4/main/logos.h   Wed Feb 19 03:40:18 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: logos.h,v 1.7 2003/02/19 08:40:18 sniper Exp $ */
+
 #define CONTEXT_TYPE_IMAGE_GIF "Content-Type:  image/gif"
 
 unsigned char zend_logo[] = {
Index: php4/main/mergesort.c
diff -u php4/main/mergesort.c:1.13 php4/main/mergesort.c:1.14
--- php4/main/mergesort.c:1.13  Sat Feb 15 22:48:48 2003
+++ php4/main/mergesort.c       Wed Feb 19 03:40:18 2003
@@ -34,6 +34,8 @@
  * SUCH DAMAGE.
  */
 
+/* $Id: mergesort.c,v 1.14 2003/02/19 08:40:18 sniper Exp $ */
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)merge.c    8.2 (Berkeley) 2/14/94";
 #endif /* LIBC_SCCS and not lint */
Index: php4/main/network.c
diff -u php4/main/network.c:1.88 php4/main/network.c:1.89
--- php4/main/network.c:1.88    Mon Feb 17 08:29:56 2003
+++ php4/main/network.c Wed Feb 19 03:40:18 2003
@@ -16,7 +16,8 @@
    | Streams work by Wez Furlong <[EMAIL PROTECTED]>                   |
    +----------------------------------------------------------------------+
  */
-/* $Id: network.c,v 1.88 2003/02/17 13:29:56 zeev Exp $ */
+
+/* $Id: network.c,v 1.89 2003/02/19 08:40:18 sniper Exp $ */
 
 /*#define DEBUG_MAIN_NETWORK 1*/
 
Index: php4/main/php3_compat.h
diff -u php4/main/php3_compat.h:1.16 php4/main/php3_compat.h:1.17
--- php4/main/php3_compat.h:1.16        Fri Aug 10 21:13:31 2001
+++ php4/main/php3_compat.h     Wed Feb 19 03:40:18 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: php3_compat.h,v 1.17 2003/02/19 08:40:18 sniper Exp $ */
+
 #ifndef PHP3_COMPAT_H
 #define PHP3_COMPAT_H
 
Index: php4/main/php_compat.h
diff -u php4/main/php_compat.h:1.12 php4/main/php_compat.h:1.13
--- php4/main/php_compat.h:1.12 Sun Nov 17 13:37:47 2002
+++ php4/main/php_compat.h      Wed Feb 19 03:40:18 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: php_compat.h,v 1.13 2003/02/19 08:40:18 sniper Exp $ */
+
 #ifndef PHP_COMPAT_H
 #define PHP_COMPAT_H
 
Index: php4/main/php_content_types.h
diff -u php4/main/php_content_types.h:1.6 php4/main/php_content_types.h:1.7
--- php4/main/php_content_types.h:1.6   Wed Aug 15 14:01:48 2001
+++ php4/main/php_content_types.h       Wed Feb 19 03:40:18 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: php_content_types.h,v 1.7 2003/02/19 08:40:18 sniper Exp $ */
+
 #ifndef PHP_CONTENT_TYPES_H
 #define PHP_CONTENT_TYPES_H
 
Index: php4/main/php_globals.h
diff -u php4/main/php_globals.h:1.87 php4/main/php_globals.h:1.88
--- php4/main/php_globals.h:1.87        Tue Dec 31 10:58:53 2002
+++ php4/main/php_globals.h     Wed Feb 19 03:40:18 2003
@@ -16,6 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id: php_globals.h,v 1.88 2003/02/19 08:40:18 sniper Exp $ */
 
 #ifndef PHP_GLOBALS_H
 #define PHP_GLOBALS_H
Index: php4/main/php_ini.h
diff -u php4/main/php_ini.h:1.38 php4/main/php_ini.h:1.39
--- php4/main/php_ini.h:1.38    Tue Dec 31 10:58:53 2002
+++ php4/main/php_ini.h Wed Feb 19 03:40:18 2003
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id: php_ini.h,v 1.39 2003/02/19 08:40:18 sniper Exp $ */
+
 #ifndef PHP_INI_H
 #define PHP_INI_H
 
Index: php4/main/php_logos.c
diff -u php4/main/php_logos.c:1.15 php4/main/php_logos.c:1.16
--- php4/main/php_logos.c:1.15  Tue Dec 31 10:58:53 2002
+++ php4/main/php_logos.c       Wed Feb 19 03:40:18 2003
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id: php_logos.c,v 1.16 2003/02/19 08:40:18 sniper Exp $ */
+
 #include "php.h"
 #include "logos.h"
 #include "php_logos.h"
Index: php4/main/php_logos.h
diff -u php4/main/php_logos.h:1.4 php4/main/php_logos.h:1.5
--- php4/main/php_logos.h:1.4   Tue Jul 31 02:28:04 2001
+++ php4/main/php_logos.h       Wed Feb 19 03:40:18 2003
@@ -1,3 +1,24 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: php_logos.h,v 1.5 2003/02/19 08:40:18 sniper Exp $ */
+
+
 #ifndef _PHP_LOGOS_H
 #define _PHP_LOGOS_H
 
Index: php4/main/php_main.h
diff -u php4/main/php_main.h:1.26 php4/main/php_main.h:1.27
--- php4/main/php_main.h:1.26   Tue Dec 31 10:58:53 2002
+++ php4/main/php_main.h        Wed Feb 19 03:40:18 2003
@@ -17,9 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-
-/* $Id: php_main.h,v 1.26 2002/12/31 15:58:53 sebastian Exp $ */
-
+/* $Id: php_main.h,v 1.27 2003/02/19 08:40:18 sniper Exp $ */
 
 #ifndef PHP_MAIN_H
 #define PHP_MAIN_H
Index: php4/main/php_memory_streams.h
diff -u php4/main/php_memory_streams.h:1.7 php4/main/php_memory_streams.h:1.8
--- php4/main/php_memory_streams.h:1.7  Tue Dec 31 10:58:53 2002
+++ php4/main/php_memory_streams.h      Wed Feb 19 03:40:19 2003
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id: php_memory_streams.h,v 1.8 2003/02/19 08:40:19 sniper Exp $ */
+
 #ifndef PHP_MEMORY_STREAM_H
 #define PHP_MEMORY_STREAM_H
 
Index: php4/main/php_network.h
diff -u php4/main/php_network.h:1.38 php4/main/php_network.h:1.39
--- php4/main/php_network.h:1.38        Tue Dec 31 10:58:53 2002
+++ php4/main/php_network.h     Wed Feb 19 03:40:19 2003
@@ -15,7 +15,8 @@
    | Author: Stig Venaas <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_network.h,v 1.38 2002/12/31 15:58:53 sebastian Exp $ */
+
+/* $Id: php_network.h,v 1.39 2003/02/19 08:40:19 sniper Exp $ */
 
 #ifndef _PHP_NETWORK_H
 #define _PHP_NETWORK_H
Index: php4/main/php_open_temporary_file.h
diff -u php4/main/php_open_temporary_file.h:1.6 php4/main/php_open_temporary_file.h:1.7
--- php4/main/php_open_temporary_file.h:1.6     Tue Dec 31 10:58:53 2002
+++ php4/main/php_open_temporary_file.h Wed Feb 19 03:40:19 2003
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id: php_open_temporary_file.h,v 1.7 2003/02/19 08:40:19 sniper Exp $ */
+
 #ifndef PHP_OPEN_TEMPORARY_FILE_H
 #define PHP_OPEN_TEMPORARY_FILE_H
 
Index: php4/main/php_reentrancy.h
diff -u php4/main/php_reentrancy.h:1.18 php4/main/php_reentrancy.h:1.19
--- php4/main/php_reentrancy.h:1.18     Tue Dec 31 10:58:53 2002
+++ php4/main/php_reentrancy.h  Wed Feb 19 03:40:19 2003
@@ -16,6 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id: php_reentrancy.h,v 1.19 2003/02/19 08:40:19 sniper Exp $ */
 
 #ifndef PHP_REENTRANCY_H
 #define PHP_REENTRANCY_H
Index: php4/main/php_regex.h
diff -u php4/main/php_regex.h:1.12 php4/main/php_regex.h:1.13
--- php4/main/php_regex.h:1.12  Thu Oct 26 14:15:56 2000
+++ php4/main/php_regex.h       Wed Feb 19 03:40:19 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: php_regex.h,v 1.13 2003/02/19 08:40:19 sniper Exp $ */
+
 #ifndef PHP_REGEX_H
 #define PHP_REGEX_H
 
Index: php4/main/php_syslog.h
diff -u php4/main/php_syslog.h:1.6 php4/main/php_syslog.h:1.7
--- php4/main/php_syslog.h:1.6  Mon Sep  9 08:03:36 2002
+++ php4/main/php_syslog.h      Wed Feb 19 03:40:19 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: php_syslog.h,v 1.7 2003/02/19 08:40:19 sniper Exp $ */
+
 #ifndef PHP_SYSLOG_H
 #define PHP_SYSLOG_H
 
Index: php4/main/php_variables.c
diff -u php4/main/php_variables.c:1.48 php4/main/php_variables.c:1.49
--- php4/main/php_variables.c:1.48      Tue Dec 31 10:58:54 2002
+++ php4/main/php_variables.c   Wed Feb 19 03:40:19 2003
@@ -16,7 +16,8 @@
    |          Zeev Suraski <[EMAIL PROTECTED]>                                |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_variables.c,v 1.48 2002/12/31 15:58:54 sebastian Exp $ */
+
+/* $Id: php_variables.c,v 1.49 2003/02/19 08:40:19 sniper Exp $ */
 
 #include <stdio.h>
 #include "php.h"
Index: php4/main/reentrancy.c
diff -u php4/main/reentrancy.c:1.36 php4/main/reentrancy.c:1.37
--- php4/main/reentrancy.c:1.36 Tue Dec 31 10:58:54 2002
+++ php4/main/reentrancy.c      Wed Feb 19 03:40:19 2003
@@ -16,6 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id: reentrancy.c,v 1.37 2003/02/19 08:40:19 sniper Exp $ */
 
 #include <sys/types.h>
 #include <string.h>
Index: php4/main/rfc1867.c
diff -u php4/main/rfc1867.c:1.131 php4/main/rfc1867.c:1.132
--- php4/main/rfc1867.c:1.131   Mon Jan  6 18:51:28 2003
+++ php4/main/rfc1867.c Wed Feb 19 03:40:19 2003
@@ -16,7 +16,8 @@
    |          Jani Taskinen <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
  */
-/* $Id: rfc1867.c,v 1.131 2003/01/06 23:51:28 sesser Exp $ */
+
+/* $Id: rfc1867.c,v 1.132 2003/02/19 08:40:19 sniper Exp $ */
 
 /*
  *  This product includes software developed by the Apache Group
Index: php4/main/rfc1867.h
diff -u php4/main/rfc1867.h:1.9 php4/main/rfc1867.h:1.10
--- php4/main/rfc1867.h:1.9     Thu Jul 11 21:49:58 2002
+++ php4/main/rfc1867.h Wed Feb 19 03:40:19 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: rfc1867.h,v 1.10 2003/02/19 08:40:19 sniper Exp $ */
+
 #ifndef RFC1867_H
 #define RFC1867_H
 
Index: php4/main/safe_mode.c
diff -u php4/main/safe_mode.c:1.54 php4/main/safe_mode.c:1.55
--- php4/main/safe_mode.c:1.54  Thu Jan  9 17:33:43 2003
+++ php4/main/safe_mode.c       Wed Feb 19 03:40:19 2003
@@ -15,7 +15,8 @@
    | Author: Rasmus Lerdorf <[EMAIL PROTECTED]>                        |
    +----------------------------------------------------------------------+
  */
-/* $Id: safe_mode.c,v 1.54 2003/01/09 22:33:43 iliaa Exp $ */
+
+/* $Id: safe_mode.c,v 1.55 2003/02/19 08:40:19 sniper Exp $ */
 
 #include "php.h"
 
Index: php4/main/safe_mode.h
diff -u php4/main/safe_mode.h:1.8 php4/main/safe_mode.h:1.9
--- php4/main/safe_mode.h:1.8   Thu Jan  9 16:57:45 2003
+++ php4/main/safe_mode.h       Wed Feb 19 03:40:19 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: safe_mode.h,v 1.9 2003/02/19 08:40:19 sniper Exp $ */
+
 #ifndef SAFE_MODE_H
 #define SAFE_MODE_H
 
Index: php4/main/snprintf.c
diff -u php4/main/snprintf.c:1.19 php4/main/snprintf.c:1.20
--- php4/main/snprintf.c:1.19   Thu Feb 13 14:02:34 2003
+++ php4/main/snprintf.c        Wed Feb 19 03:40:19 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: snprintf.c,v 1.20 2003/02/19 08:40:19 sniper Exp $ */
+
 /* ====================================================================
  * Copyright (c) 1995-1998 The Apache Group.  All rights reserved.
  *
Index: php4/main/snprintf.h
diff -u php4/main/snprintf.h:1.19 php4/main/snprintf.h:1.20
--- php4/main/snprintf.h:1.19   Tue Dec 31 10:58:54 2002
+++ php4/main/snprintf.h        Wed Feb 19 03:40:19 2003
@@ -14,7 +14,9 @@
    +----------------------------------------------------------------------+
    | Author: Stig S�ther Bakken <[EMAIL PROTECTED]>                             |
    +----------------------------------------------------------------------+
- */
+*/
+
+/* $Id: snprintf.h,v 1.20 2003/02/19 08:40:19 sniper Exp $ */
 
 /*
 
Index: php4/main/spprintf.c
diff -u php4/main/spprintf.c:1.14 php4/main/spprintf.c:1.15
--- php4/main/spprintf.c:1.14   Thu Feb 13 12:17:03 2003
+++ php4/main/spprintf.c        Wed Feb 19 03:40:19 2003
@@ -14,7 +14,9 @@
    +----------------------------------------------------------------------+
    | Author: Marcus Boerger <[EMAIL PROTECTED]>                               |
    +----------------------------------------------------------------------+
- */
+*/
+
+/* $Id: spprintf.c,v 1.15 2003/02/19 08:40:19 sniper Exp $ */
 
 /* This is the spprintf implementation.
  * It has emerged from apache snprintf. See original header:
Index: php4/main/spprintf.h
diff -u php4/main/spprintf.h:1.6 php4/main/spprintf.h:1.7
--- php4/main/spprintf.h:1.6    Tue Dec 31 10:58:54 2002
+++ php4/main/spprintf.h        Wed Feb 19 03:40:19 2003
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id: spprintf.h,v 1.7 2003/02/19 08:40:19 sniper Exp $ */
+
 /* 
 
 The pbuf parameter of all spprintf version receives a pointer to the allocated
Index: php4/main/strlcat.c
diff -u php4/main/strlcat.c:1.9 php4/main/strlcat.c:1.10
--- php4/main/strlcat.c:1.9     Sun Sep  9 09:29:28 2001
+++ php4/main/strlcat.c Wed Feb 19 03:40:19 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: strlcat.c,v 1.10 2003/02/19 08:40:19 sniper Exp $ */
+
 #include "php.h"
 
 #ifndef HAVE_STRLCAT
Index: php4/main/strlcpy.c
diff -u php4/main/strlcpy.c:1.9 php4/main/strlcpy.c:1.10
--- php4/main/strlcpy.c:1.9     Sun Sep  9 09:29:28 2001
+++ php4/main/strlcpy.c Wed Feb 19 03:40:19 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: strlcpy.c,v 1.10 2003/02/19 08:40:19 sniper Exp $ */
+
 #include "php.h"
 
 #ifndef HAVE_STRLCPY
Index: php4/main/win95nt.h
diff -u php4/main/win95nt.h:1.16 php4/main/win95nt.h:1.17
--- php4/main/win95nt.h:1.16    Fri Feb  7 04:39:39 2003
+++ php4/main/win95nt.h Wed Feb 19 03:40:19 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author:                                                              |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: win95nt.h,v 1.17 2003/02/19 08:40:19 sniper Exp $ */
+
 /* Defines and types for Windows 95/NT */
 #define HAVE_DECLARED_TIMEZONE
 #define WIN32_LEAN_AND_MEAN
Index: php4/main/streams/cast.c
diff -u php4/main/streams/cast.c:1.2 php4/main/streams/cast.c:1.3
--- php4/main/streams/cast.c:1.2        Mon Feb 17 20:22:21 2003
+++ php4/main/streams/cast.c    Wed Feb 19 03:40:19 2003
@@ -12,12 +12,11 @@
    | obtain it through the world-wide-web, please send a note to          |
    | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Authors:                                                             |
-   | Wez Furlong ([EMAIL PROTECTED])                                   |
+   | Authors: Wez Furlong <[EMAIL PROTECTED]>                          |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: cast.c,v 1.2 2003/02/18 01:22:21 wez Exp $ */
+/* $Id: cast.c,v 1.3 2003/02/19 08:40:19 sniper Exp $ */
 
 #define _GNU_SOURCE
 #include "php.h"
Index: php4/main/streams/filter.c
diff -u php4/main/streams/filter.c:1.3 php4/main/streams/filter.c:1.4
--- php4/main/streams/filter.c:1.3      Mon Feb 17 20:39:26 2003
+++ php4/main/streams/filter.c  Wed Feb 19 03:40:19 2003
@@ -12,12 +12,11 @@
    | obtain it through the world-wide-web, please send a note to          |
    | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Authors:                                                             |
-   | Wez Furlong ([EMAIL PROTECTED])                                   |
+   | Authors: Wez Furlong <[EMAIL PROTECTED]>                          |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: filter.c,v 1.3 2003/02/18 01:39:26 wez Exp $ */
+/* $Id: filter.c,v 1.4 2003/02/19 08:40:19 sniper Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
Index: php4/main/streams/memory.c
diff -u php4/main/streams/memory.c:1.1 php4/main/streams/memory.c:1.2
--- php4/main/streams/memory.c:1.1      Sun Feb 16 17:19:28 2003
+++ php4/main/streams/memory.c  Wed Feb 19 03:40:19 2003
@@ -12,10 +12,11 @@
    | obtain it through the world-wide-web, please send a note to          |
    | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Author:                                                              |
-   | Marcus Boerger <[EMAIL PROTECTED]>                                       |
+   | Author: Marcus Boerger <[EMAIL PROTECTED]>                               |
    +----------------------------------------------------------------------+
  */
+
+/* $Id: memory.c,v 1.2 2003/02/19 08:40:19 sniper Exp $ */
 
 #define _GNU_SOURCE
 #include "php.h"
Index: php4/main/streams/php_stream_context.h
diff -u php4/main/streams/php_stream_context.h:1.1 
php4/main/streams/php_stream_context.h:1.2
--- php4/main/streams/php_stream_context.h:1.1  Mon Feb 17 20:22:21 2003
+++ php4/main/streams/php_stream_context.h      Wed Feb 19 03:40:19 2003
@@ -12,11 +12,11 @@
    | obtain it through the world-wide-web, please send a note to          |
    | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Author: Wez Furlong ([EMAIL PROTECTED])                           |
+   | Author: Wez Furlong <[EMAIL PROTECTED]>                           |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_stream_context.h,v 1.1 2003/02/18 01:22:21 wez Exp $ */
+/* $Id: php_stream_context.h,v 1.2 2003/02/19 08:40:19 sniper Exp $ */
 
 /* Stream context and status notification related definitions */
 
Index: php4/main/streams/php_stream_filter_api.h
diff -u php4/main/streams/php_stream_filter_api.h:1.2 
php4/main/streams/php_stream_filter_api.h:1.3
--- php4/main/streams/php_stream_filter_api.h:1.2       Mon Feb 17 21:53:23 2003
+++ php4/main/streams/php_stream_filter_api.h   Wed Feb 19 03:40:19 2003
@@ -12,14 +12,14 @@
    | obtain it through the world-wide-web, please send a note to          |
    | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Author: Wez Furlong ([EMAIL PROTECTED])                           |
+   | Author: Wez Furlong <[EMAIL PROTECTED]>                           |
    | With suggestions from:                                               |
    |      Moriyoshi Koizumi <[EMAIL PROTECTED]>                     |
    |      Sara Golemon      <[EMAIL PROTECTED]>                             |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_stream_filter_api.h,v 1.2 2003/02/18 02:53:23 pollita Exp $ */
+/* $Id: php_stream_filter_api.h,v 1.3 2003/02/19 08:40:19 sniper Exp $ */
 
 /* The filter API works on the principle of "Bucket-Brigades".  This is
  * partially inspired by the Apache 2 method of doing things, although
Index: php4/main/streams/php_stream_plain_wrapper.h
diff -u php4/main/streams/php_stream_plain_wrapper.h:1.1 
php4/main/streams/php_stream_plain_wrapper.h:1.2
--- php4/main/streams/php_stream_plain_wrapper.h:1.1    Mon Feb 17 20:22:21 2003
+++ php4/main/streams/php_stream_plain_wrapper.h        Wed Feb 19 03:40:19 2003
@@ -12,11 +12,11 @@
    | obtain it through the world-wide-web, please send a note to          |
    | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Author: Wez Furlong ([EMAIL PROTECTED])                           |
+   | Author: Wez Furlong <[EMAIL PROTECTED]>                           |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_stream_plain_wrapper.h,v 1.1 2003/02/18 01:22:21 wez Exp $ */
+/* $Id: php_stream_plain_wrapper.h,v 1.2 2003/02/19 08:40:19 sniper Exp $ */
 
 /* definitions for the plain files wrapper */
 
Index: php4/main/streams/php_stream_userspace.h
diff -u php4/main/streams/php_stream_userspace.h:1.1 
php4/main/streams/php_stream_userspace.h:1.2
--- php4/main/streams/php_stream_userspace.h:1.1        Mon Feb 17 20:22:21 2003
+++ php4/main/streams/php_stream_userspace.h    Wed Feb 19 03:40:19 2003
@@ -12,11 +12,11 @@
    | obtain it through the world-wide-web, please send a note to          |
    | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Author: Wez Furlong ([EMAIL PROTECTED])                           |
+   | Author: Wez Furlong <[EMAIL PROTECTED]>                           |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_stream_userspace.h,v 1.1 2003/02/18 01:22:21 wez Exp $ */
+/* $Id: php_stream_userspace.h,v 1.2 2003/02/19 08:40:19 sniper Exp $ */
 
 
 /* for user-space streams */
Index: php4/main/streams/php_streams_int.h
diff -u php4/main/streams/php_streams_int.h:1.1 php4/main/streams/php_streams_int.h:1.2
--- php4/main/streams/php_streams_int.h:1.1     Sun Feb 16 17:19:28 2003
+++ php4/main/streams/php_streams_int.h Wed Feb 19 03:40:19 2003
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | 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        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author: Wez Furlong <[EMAIL PROTECTED]>                           |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: php_streams_int.h,v 1.2 2003/02/19 08:40:19 sniper Exp $ */
+
 #if ZEND_DEBUG
 #define emalloc_rel_orig(size) \
                ( __php_stream_call_depth == 0 \
Index: php4/main/streams/plain_wrapper.c
diff -u php4/main/streams/plain_wrapper.c:1.1 php4/main/streams/plain_wrapper.c:1.2
--- php4/main/streams/plain_wrapper.c:1.1       Sun Feb 16 17:19:28 2003
+++ php4/main/streams/plain_wrapper.c   Wed Feb 19 03:40:19 2003
@@ -12,12 +12,11 @@
    | obtain it through the world-wide-web, please send a note to          |
    | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Authors:                                                             |
-   | Wez Furlong ([EMAIL PROTECTED])                                   |
+   | Authors: Wez Furlong <[EMAIL PROTECTED]>                          |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: plain_wrapper.c,v 1.1 2003/02/16 22:19:28 wez Exp $ */
+/* $Id: plain_wrapper.c,v 1.2 2003/02/19 08:40:19 sniper Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
Index: php4/main/streams/streams.c
diff -u php4/main/streams/streams.c:1.4 php4/main/streams/streams.c:1.5
--- php4/main/streams/streams.c:1.4     Tue Feb 18 14:03:44 2003
+++ php4/main/streams/streams.c Wed Feb 19 03:40:19 2003
@@ -12,15 +12,14 @@
    | obtain it through the world-wide-web, please send a note to          |
    | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Authors:                                                             |
-   | Wez Furlong ([EMAIL PROTECTED])                                   |
+   | Authors: Wez Furlong <[EMAIL PROTECTED]>                          |
    | Borrowed code from:                                                  |
-   | Rasmus Lerdorf <[EMAIL PROTECTED]>                                |
-   | Jim Winstead <[EMAIL PROTECTED]>                                          |
+   |          Rasmus Lerdorf <[EMAIL PROTECTED]>                       |
+   |          Jim Winstead <[EMAIL PROTECTED]>                                 |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: streams.c,v 1.4 2003/02/18 19:03:44 wez Exp $ */
+/* $Id: streams.c,v 1.5 2003/02/19 08:40:19 sniper Exp $ */
 
 #define _GNU_SOURCE
 #include "php.h"
Index: php4/main/streams/userspace.c
diff -u php4/main/streams/userspace.c:1.1 php4/main/streams/userspace.c:1.2
--- php4/main/streams/userspace.c:1.1   Sun Feb 16 17:19:28 2003
+++ php4/main/streams/userspace.c       Wed Feb 19 03:40:19 2003
@@ -12,12 +12,11 @@
    | obtain it through the world-wide-web, please send a note to          |
    | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Authors:                                                             |
-   | Wez Furlong ([EMAIL PROTECTED])                                   |
+   | Authors: Wez Furlong <[EMAIL PROTECTED]>                          |
    +----------------------------------------------------------------------+
 */
 
-/* $Id: userspace.c,v 1.1 2003/02/16 22:19:28 wez Exp $ */
+/* $Id: userspace.c,v 1.2 2003/02/19 08:40:19 sniper Exp $ */
 
 #include "php.h"
 #include "php_globals.h"

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

Reply via email to