php4-beta | 199912

[PHP4BETA] cvs: /php4 LICENSE SAPI.c SAPI.h configuration-parser.y configuration-scanner.l fopen-wrappers.c fopen-wrappers.h header internal_functions.c.in internal_functions_registry.h internal_functions_win32.c main.c main.h php.h php_globals.h php_ini.c php_ini.h php_realpath.c php_realpath.h php_reentrancy.h php_sprintf.c reentrancy.c request_info.c request_info.h rfc1867.c safe_mode.c snprintf.h /php4/ext/apache apache.c /php4/ext/aspell aspell.c /php4/ext/bcmath bcmath.c /php4/ext/com COM.c /php4/ext/dav dav.c /php4/ext/db db.c /php4/ext/dbase dbase.c /php4/ext/domxml domxml.c /php4/ext/fdf fdf.c /php4/ext/filepro filepro.c /php4/ext/gd gd.c gdt1.c gdt1.h /php4/ext/gettext gettext.c /php4/ext/hyperwave hg_comm.c hw.c /php4/ext/imap imap.c /php4/ext/informix ifx.ec /php4/ext/interbase interbase.c /php4/ext/java java.c reflect.java /php4/ext/ldap ldap.c /php4/ext/mcrypt mcrypt.c /php4/ext/mhash mhash.c /php4/ext/msql php_msql.c /php4/ext/mssql php_mssql.c php_mssql.h /php4/ext/mysql php_mysql.c From: Sascha Schumann (sascha <email protected>)
Date: 12/31/99

sas Fri Dec 31 20:32:37 1999 EDT

  Modified files:
    /php4 LICENSE SAPI.c SAPI.h configuration-parser.y
                 configuration-scanner.l fopen-wrappers.c fopen-wrappers.h
                 header internal_functions.c.in internal_functions_registry.h
                 internal_functions_win32.c main.c main.h php.h php_globals.h
                 php_ini.c php_ini.h php_realpath.c php_realpath.h
                 php_reentrancy.h php_sprintf.c reentrancy.c request_info.c
                 request_info.h rfc1867.c safe_mode.c snprintf.h
    /php4/ext/apache apache.c
    /php4/ext/aspell aspell.c
    /php4/ext/bcmath bcmath.c
    /php4/ext/com COM.c
    /php4/ext/dav dav.c
    /php4/ext/db db.c
    /php4/ext/dbase dbase.c
    /php4/ext/domxml domxml.c
    /php4/ext/fdf fdf.c
    /php4/ext/filepro filepro.c
    /php4/ext/gd gd.c gdt1.c gdt1.h
    /php4/ext/gettext gettext.c
    /php4/ext/hyperwave hg_comm.c hw.c
    /php4/ext/imap imap.c
    /php4/ext/informix ifx.ec
    /php4/ext/interbase interbase.c
    /php4/ext/java java.c reflect.java
    /php4/ext/ldap ldap.c
    /php4/ext/mcrypt mcrypt.c
    /php4/ext/mhash mhash.c
    /php4/ext/msql php_msql.c
    /php4/ext/mssql php_mssql.c php_mssql.h
    /php4/ext/mysql php_mysql.c php_mysql.h
    /php4/ext/oci8 oci8.c
    /php4/ext/odbc php_odbc.c velocis.c
    /php4/ext/oracle oracle.c
    /php4/ext/pcre php_pcre.c
    /php4/ext/pgsql pgsql.c
    /php4/ext/readline php_readline.h readline.c
    /php4/ext/session mod_files.c mod_mm.c mod_user.c mod_user.h
                             session.c
    /php4/ext/snmp php_snmp.h snmp.c
    /php4/ext/standard array.c assert.c base64.c basic_functions.c
                              browscap.c crypt.c cyr_convert.c datetime.c
                              dir.c dl.c dns.c exec.c file.c filestat.c
                              flock_compat.c formatted_print.c fsock.c head.c
                              html.c image.c info.c iptc.c lcg.c link.c mail.c
                              math.c md5.c metaphone.c microtime.c output.c
                              pack.c pageinfo.c php_assert.h php_dir.h
                              php_image.h php_lcg.h php_metaphone.h
                              php_output.h php_rand.h post.c quot_print.c
                              rand.c reg.c soundex.c string.c syslog.c type.c
                              uniqid.c url.c url_scanner.c url_scanner.h
                              url_scanner.re var.c
    /php4/ext/sybase sybase.c
    /php4/ext/sybase_ct php_sybase_ct.c
    /php4/ext/sysvsem sysvsem.c
    /php4/ext/sysvshm sysvshm.c
    /php4/ext/wddx php_wddx_api.h
    /php4/ext/xml php_xml.h xml.c
    /php4/ext/yp yp.c
    /php4/ext/zlib zlib.c
    /php4/pear DB.php
    /php4/pear/DB common.php mysql.php odbc.php
    /php4/sapi/aolserver aolserver.c
    /php4/sapi/apache mod_php4.c mod_php4.h sapi_apache.c
    /php4/sapi/cgi cgi_main.c
    /php4/sapi/fhttpd fhttpd.c
    /php4/sapi/isapi php4isapi.c
    /php4/sapi/phttpd php_phttpd.h phttpd.c
    /php4/sapi/roxen roxen.c
    /php4/sapi/servlet servlet.c servlet.java
    /php4/sapi/thttpd php_thttpd.h thttpd.c
  Log:
  Happy Y2K patch! Happy new year (or the new millennium, depending on whether
  you start counting at 0 or 1).
  
  
Index: php4/LICENSE
diff -u php4/LICENSE:1.9 php4/LICENSE:1.10
--- php4/LICENSE:1.9 Fri Nov 5 10:37:34 1999
+++ php4/LICENSE Fri Dec 31 20:31:27 1999
@@ -1,6 +1,6 @@
 --------------------------------------------------------------------
                   The PHP License, version 2.01
-Copyright (c) 1999 The PHP Group. All rights reserved.
+Copyright (c) 1999, 2000 The PHP Group. All rights reserved.
 --------------------------------------------------------------------
 
 Redistribution and use in source and binary forms, with or without
Index: php4/SAPI.c
diff -u php4/SAPI.c:1.38 php4/SAPI.c:1.39
--- php4/SAPI.c:1.38 Sat Dec 18 21:04:20 1999
+++ php4/SAPI.c Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/SAPI.h
diff -u php4/SAPI.h:1.24 php4/SAPI.h:1.25
--- php4/SAPI.h:1.24 Fri Dec 10 07:38:20 1999
+++ php4/SAPI.h Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/configuration-parser.y
diff -u php4/configuration-parser.y:1.27 php4/configuration-parser.y:1.28
--- php4/configuration-parser.y:1.27 Fri Dec 24 15:47:01 1999
+++ php4/configuration-parser.y Fri Dec 31 20:31:27 1999
@@ -3,7 +3,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -19,7 +19,7 @@
 
 
 
-/* $Id: configuration-parser.y,v 1.27 1999/12/24 20:47:01 zeev Exp $ */
+/* $Id: configuration-parser.y,v 1.28 2000/01/01 01:31:27 sas Exp $ */
 
 #define DEBUG_CFG_PARSER 0
 #include "php.h"
Index: php4/configuration-scanner.l
diff -u php4/configuration-scanner.l:1.8 php4/configuration-scanner.l:1.9
--- php4/configuration-scanner.l:1.8 Fri Dec 24 08:46:24 1999
+++ php4/configuration-scanner.l Fri Dec 31 20:31:27 1999
@@ -4,7 +4,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/fopen-wrappers.c
diff -u php4/fopen-wrappers.c:1.36 php4/fopen-wrappers.c:1.37
--- php4/fopen-wrappers.c:1.36 Tue Dec 21 14:43:38 1999
+++ php4/fopen-wrappers.c Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    | Jim Winstead <email protected>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c%20reflect.java> |
    +----------------------------------------------------------------------+
  */
-/* $Id: fopen-wrappers.h,v 1.12 1999/12/21 19:43:38 andrei Exp $ */
+/* $Id: fopen-wrappers.h,v 1.13 2000/01/01 01:31:27 sas Exp $ */
 
 #ifndef _FOPEN_WRAPPERS_H
 #define _FOPEN_WRAPPERS_H
Index: php4/header
diff -u php4/header:1.2 php4/header:1.3
--- php4/header:1.2 Mon Sep 27 12:34:27 1999
+++ php4/header Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/internal_functions.c.in
diff -u php4/internal_functions.c.in:1.11 php4/internal_functions.c.in:1.12
--- php4/internal_functions.c.in:1.11 Tue Dec 7 15:49:01 1999
+++ php4/internal_functions.c.in Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -18,7 +18,7 @@
  */
 
 
-/* $Id: internal_functions.c.in,v 1.11 1999/12/07 20:49:01 rubys Exp $ */
+/* $Id: internal_functions.c.in,v 1.12 2000/01/01 01:31:27 sas Exp $ */
 
 #include "php.h"
 #include "main.h"
Index: php4/internal_functions_registry.h
diff -u php4/internal_functions_registry.h:1.4 php4/internal_functions_registry.h:1.5
--- php4/internal_functions_registry.h:1.4 Fri Dec 17 14:16:33 1999
+++ php4/internal_functions_registry.h Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 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.4 1999/12/17 19:16:33 zeev Exp $ */
+/* $Id: internal_functions_registry.h,v 1.5 2000/01/01 01:31:27 sas Exp $ */
 
 #ifndef _INTERNAL_FUNCTIONS_REGISTRY_H
 #define _INTERNAL_FUNCTIONS_REGISTRY_H
Index: php4/internal_functions_win32.c
diff -u php4/internal_functions_win32.c:1.21 php4/internal_functions_win32.c:1.22
--- php4/internal_functions_win32.c:1.21 Wed Dec 29 21:58:27 1999
+++ php4/internal_functions_win32.c Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -18,7 +18,7 @@
  */
 
 
-/* $Id: internal_functions_win32.c,v 1.21 1999/12/30 02:58:27 sas Exp $ */
+/* $Id: internal_functions_win32.c,v 1.22 2000/01/01 01:31:27 sas Exp $ */
 
 
 #include "php.h"
Index: php4/main.c
diff -u php4/main.c:1.169 php4/main.c:1.170
--- php4/main.c:1.169 Sun Dec 26 16:20:41 1999
+++ php4/main.c Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -19,7 +19,7 @@
 */
 
 
-/* $Id: main.c,v 1.169 1999/12/26 21:20:41 zeev Exp $ */
+/* $Id: main.c,v 1.170 2000/01/01 01:31:27 sas Exp $ */
 
 
 #include <stdio.h>
Index: php4/main.h
diff -u php4/main.h:1.14 php4/main.h:1.15
--- php4/main.h:1.14 Fri Dec 17 14:16:34 1999
+++ php4/main.h Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -18,7 +18,7 @@
  */
 
 
-/* $Id: main.h,v 1.14 1999/12/17 19:16:34 zeev Exp $ */
+/* $Id: main.h,v 1.15 2000/01/01 01:31:27 sas Exp $ */
 
 
 #ifndef _MAIN_H
Index: php4/php.h
diff -u php4/php.h:1.54 php4/php.h:1.55
--- php4/php.h:1.54 Fri Dec 31 09:06:30 1999
+++ php4/php.h Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 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.54 1999/12/31 14:06:30 zeev Exp $ */
+/* $Id: php.h,v 1.55 2000/01/01 01:31:27 sas Exp $ */
 
 #ifndef _PHP_H
 #define _PHP_H
Index: php4/php_globals.h
diff -u php4/php_globals.h:1.30 php4/php_globals.h:1.31
--- php4/php_globals.h:1.30 Wed Dec 15 16:20:34 1999
+++ php4/php_globals.h Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/php_ini.c
diff -u php4/php_ini.c:1.28 php4/php_ini.c:1.29
--- php4/php_ini.c:1.28 Sun Sep 5 15:49:54 1999
+++ php4/php_ini.c Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/php_ini.h
diff -u php4/php_ini.h:1.17 php4/php_ini.h:1.18
--- php4/php_ini.h:1.17 Wed Dec 1 17:59:42 1999
+++ php4/php_ini.h Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/php_realpath.c
diff -u php4/php_realpath.c:1.1 php4/php_realpath.c:1.2
--- php4/php_realpath.c:1.1 Fri Dec 24 15:47:35 1999
+++ php4/php_realpath.c Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/php_realpath.h
diff -u php4/php_realpath.h:1.2 php4/php_realpath.h:1.3
--- php4/php_realpath.h:1.2 Fri Dec 17 14:16:34 1999
+++ php4/php_realpath.h Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/php_reentrancy.h
diff -u php4/php_reentrancy.h:1.5 php4/php_reentrancy.h:1.6
--- php4/php_reentrancy.h:1.5 Tue Nov 30 15:46:07 1999
+++ php4/php_reentrancy.h Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/php_sprintf.c
diff -u php4/php_sprintf.c:1.2 php4/php_sprintf.c:1.3
--- php4/php_sprintf.c:1.2 Mon Dec 20 20:22:31 1999
+++ php4/php_sprintf.c Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 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.2 1999/12/21 01:22:31 sas Exp $ */
+/* $Id: php_sprintf.c,v 1.3 2000/01/01 01:31:27 sas Exp $ */
 
 #include <stdio.h>
 #include <stdarg.h>
Index: php4/reentrancy.c
diff -u php4/reentrancy.c:1.8 php4/reentrancy.c:1.9
--- php4/reentrancy.c:1.8 Sun Dec 19 09:27:45 1999
+++ php4/reentrancy.c Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/request_info.c
diff -u php4/request_info.c:1.21 php4/request_info.c:1.22
--- php4/request_info.c:1.21 Tue Dec 21 14:43:38 1999
+++ php4/request_info.c Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/request_info.h
diff -u php4/request_info.h:1.8 php4/request_info.h:1.9
--- php4/request_info.h:1.8 Tue Dec 21 14:43:38 1999
+++ php4/request_info.h Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/rfc1867.c
diff -u php4/rfc1867.c:1.18 php4/rfc1867.c:1.19
--- php4/rfc1867.c:1.18 Sun Dec 26 16:20:41 1999
+++ php4/rfc1867.c Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -15,7 +15,7 @@
    | Authors: Rasmus Lerdorf <
email protected>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c%20refl> |
    +----------------------------------------------------------------------+
  */
-/* $Id: safe_mode.c,v 1.10 1999/12/17 19:50:56 zeev Exp $ */
+/* $Id: safe_mode.c,v 1.11 2000/01/01 01:31:27 sas Exp $ */
 
 #include "php.h"
 
Index: php4/snprintf.h
diff -u php4/snprintf.h:1.3 php4/snprintf.h:1.4
--- php4/snprintf.h:1.3 Mon Aug 2 15:16:34 1999
+++ php4/snprintf.h Fri Dec 31 20:31:27 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/apache/apache.c
diff -u php4/ext/apache/apache.c:1.25 php4/ext/apache/apache.c:1.26
--- php4/ext/apache/apache.c:1.25 Tue Dec 21 14:40:27 1999
+++ php4/ext/apache/apache.c Fri Dec 31 20:31:28 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: apache.c,v 1.25 1999/12/21 19:40:27 andrei Exp $ */
+/* $Id: apache.c,v 1.26 2000/01/01 01:31:28 sas Exp $ */
 #include "php.h"
 #include "ext/standard/head.h"
 #include "php_globals.h"
Index: php4/ext/aspell/aspell.c
diff -u php4/ext/aspell/aspell.c:1.11 php4/ext/aspell/aspell.c:1.12
--- php4/ext/aspell/aspell.c:1.11 Sat Dec 18 17:34:57 1999
+++ php4/ext/aspell/aspell.c Fri Dec 31 20:31:28 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: aspell.c,v 1.11 1999/12/18 22:34:57 zeev Exp $ */
+/* $Id: aspell.c,v 1.12 2000/01/01 01:31:28 sas Exp $ */
 
 #include "php.h"
 #if defined(COMPILE_DL)
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.13 php4/ext/bcmath/bcmath.c:1.14
--- php4/ext/bcmath/bcmath.c:1.13 Tue Dec 21 01:11:52 1999
+++ php4/ext/bcmath/bcmath.c Fri Dec 31 20:31:29 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/com/COM.c
diff -u php4/ext/com/COM.c:1.20 php4/ext/com/COM.c:1.21
--- php4/ext/com/COM.c:1.20 Sun Dec 26 16:20:42 1999
+++ php4/ext/com/COM.c Fri Dec 31 20:31:29 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/dav/dav.c
diff -u php4/ext/dav/dav.c:1.9 php4/ext/dav/dav.c:1.10
--- php4/ext/dav/dav.c:1.9 Sun Dec 26 16:20:43 1999
+++ php4/ext/dav/dav.c Fri Dec 31 20:31:30 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dav.c,v 1.9 1999/12/26 21:20:43 zeev Exp $ */
+/* $Id: dav.c,v 1.10 2000/01/01 01:31:30 sas Exp $ */
 
 #define IS_EXT_MODULE
 #if COMPILE_DL
Index: php4/ext/db/db.c
diff -u php4/ext/db/db.c:1.19 php4/ext/db/db.c:1.20
--- php4/ext/db/db.c:1.19 Mon Dec 20 12:34:53 1999
+++ php4/ext/db/db.c Fri Dec 31 20:31:30 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: db.c,v 1.19 1999/12/20 17:34:53 andrei Exp $ */
+/* $Id: db.c,v 1.20 2000/01/01 01:31:30 sas Exp $ */
 #define IS_EXT_MODULE
 #if COMPILE_DL
 # include "dl/phpdl.h"
Index: php4/ext/dbase/dbase.c
diff -u php4/ext/dbase/dbase.c:1.15 php4/ext/dbase/dbase.c:1.16
--- php4/ext/dbase/dbase.c:1.15 Fri Dec 17 16:34:24 1999
+++ php4/ext/dbase/dbase.c Fri Dec 31 20:31:31 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/domxml/domxml.c
diff -u php4/ext/domxml/domxml.c:1.6 php4/ext/domxml/domxml.c:1.7
--- php4/ext/domxml/domxml.c:1.6 Fri Dec 17 16:34:25 1999
+++ php4/ext/domxml/domxml.c Fri Dec 31 20:31:32 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: domxml.c,v 1.6 1999/12/17 21:34:25 zeev Exp $ */
+/* $Id: domxml.c,v 1.7 2000/01/01 01:31:32 sas Exp $ */
 
 
 #include "php.h"
Index: php4/ext/fdf/fdf.c
diff -u php4/ext/fdf/fdf.c:1.15 php4/ext/fdf/fdf.c:1.16
--- php4/ext/fdf/fdf.c:1.15 Sat Dec 18 17:34:59 1999
+++ php4/ext/fdf/fdf.c Fri Dec 31 20:31:32 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: fdf.c,v 1.15 1999/12/18 22:34:59 zeev Exp $ */
+/* $Id: fdf.c,v 1.16 2000/01/01 01:31:32 sas Exp $ */
 
 /* FdfTk lib 2.0 is a Complete C/C++ FDF Toolkit available from
    
http://beta1.adobe.com/ada/acrosdk/forms.html. */
Index: php4/ext/filepro/filepro.c
diff -u php4/ext/filepro/filepro.c:1.10 php4/ext/filepro/filepro.c:1.11
--- php4/ext/filepro/filepro.c:1.10 Fri Dec 17 15:54:56 1999
+++ php4/ext/filepro/filepro.c Fri Dec 31 20:31:33 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/gd/gd.c
diff -u php4/ext/gd/gd.c:1.33 php4/ext/gd/gd.c:1.34
--- php4/ext/gd/gd.c:1.33 Mon Dec 20 10:23:38 1999
+++ php4/ext/gd/gd.c Fri Dec 31 20:31:33 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.33 1999/12/20 15:23:38 andrei Exp $ */
+/* $Id: gd.c,v 1.34 2000/01/01 01:31:33 sas Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
Index: php4/ext/gd/gdt1.c
diff -u php4/ext/gd/gdt1.c:1.5 php4/ext/gd/gdt1.c:1.6
--- php4/ext/gd/gdt1.c:1.5 Mon Dec 20 12:34:53 1999
+++ php4/ext/gd/gdt1.c Fri Dec 31 20:31:33 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gdt1.c,v 1.5 1999/12/20 17:34:53 andrei Exp $ */
+/* $Id: gdt1.c,v 1.6 2000/01/01 01:31:33 sas Exp $ */
 
 void php_free_ps_font(gd_ps_font *f_ind)
 {
Index: php4/ext/gd/gdt1.h
diff -u php4/ext/gd/gdt1.h:1.1 php4/ext/gd/gdt1.h:1.2
--- php4/ext/gd/gdt1.h:1.1 Fri Oct 8 03:56:43 1999
+++ php4/ext/gd/gdt1.h Fri Dec 31 20:31:33 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gdt1.h,v 1.1 1999/10/08 07:56:43 jah Exp $ */
+/* $Id: gdt1.h,v 1.2 2000/01/01 01:31:33 sas Exp $ */
 
 /*
  * Local variables:
Index: php4/ext/gettext/gettext.c
diff -u php4/ext/gettext/gettext.c:1.12 php4/ext/gettext/gettext.c:1.13
--- php4/ext/gettext/gettext.c:1.12 Sat Dec 18 17:35:03 1999
+++ php4/ext/gettext/gettext.c Fri Dec 31 20:31:34 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gettext.c,v 1.12 1999/12/18 22:35:03 zeev Exp $ */
+/* $Id: gettext.c,v 1.13 2000/01/01 01:31:34 sas Exp $ */
 
 #include <stdio.h>
 #include "php.h"
Index: php4/ext/hyperwave/hg_comm.c
diff -u php4/ext/hyperwave/hg_comm.c:1.16 php4/ext/hyperwave/hg_comm.c:1.17
--- php4/ext/hyperwave/hg_comm.c:1.16 Fri Dec 17 15:55:01 1999
+++ php4/ext/hyperwave/hg_comm.c Fri Dec 31 20:31:34 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: hg_comm.c,v 1.16 1999/12/17 20:55:01 zeev Exp $ */
+/* $Id: hg_comm.c,v 1.17 2000/01/01 01:31:34 sas Exp $ */
 
 /* #define HW_DEBUG */
 
Index: php4/ext/hyperwave/hw.c
diff -u php4/ext/hyperwave/hw.c:1.36 php4/ext/hyperwave/hw.c:1.37
--- php4/ext/hyperwave/hw.c:1.36 Sun Dec 26 16:20:44 1999
+++ php4/ext/hyperwave/hw.c Fri Dec 31 20:31:34 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: hw.c,v 1.36 1999/12/26 21:20:44 zeev Exp $ */
+/* $Id: hw.c,v 1.37 2000/01/01 01:31:34 sas Exp $ */
 #if COMPILE_DL
 #include "dl/phpdl.h"
 #endif
Index: php4/ext/imap/imap.c
diff -u php4/ext/imap/imap.c:1.28 php4/ext/imap/imap.c:1.29
--- php4/ext/imap/imap.c:1.28 Tue Dec 28 07:14:18 1999
+++ php4/ext/imap/imap.c Fri Dec 31 20:31:36 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -21,7 +21,7 @@
    | PHP 4.0 updates: Zeev Suraski <email protected>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c%> |
 +----------------------------------------------------------------------+
 */
-/* $Id: snmp.c,v 1.15 1999/12/18 04:08:03 zeev Exp $ */
+/* $Id: snmp.c,v 1.16 2000/01/01 01:31:48 sas Exp $ */
 
 #include "php.h"
 #if defined(COMPILE_DL)
Index: php4/ext/standard/array.c
diff -u php4/ext/standard/array.c:1.20 php4/ext/standard/array.c:1.21
--- php4/ext/standard/array.c:1.20 Fri Dec 31 09:06:31 1999
+++ php4/ext/standard/array.c Fri Dec 31 20:31:48 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/standard/assert.c
diff -u php4/ext/standard/assert.c:1.11 php4/ext/standard/assert.c:1.12
--- php4/ext/standard/assert.c:1.11 Sat Dec 18 17:35:27 1999
+++ php4/ext/standard/assert.c Fri Dec 31 20:31:48 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: assert.c,v 1.11 1999/12/18 22:35:27 zeev Exp $ */
+/* $Id: assert.c,v 1.12 2000/01/01 01:31:48 sas Exp $ */
 
 /* {{{ includes/startup/misc */
 
Index: php4/ext/standard/base64.c
diff -u php4/ext/standard/base64.c:1.12 php4/ext/standard/base64.c:1.13
--- php4/ext/standard/base64.c:1.12 Sat Dec 18 17:35:27 1999
+++ php4/ext/standard/base64.c Fri Dec 31 20:31:48 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 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>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c%20refl> |
    +----------------------------------------------------------------------+
  */
-/* $Id: crypt.c,v 1.14 1999/12/18 22:35:27 zeev Exp $ */
+/* $Id: crypt.c,v 1.15 2000/01/01 01:31:48 sas Exp $ */
 #include <stdlib.h>
 
 #include "php.h"
Index: php4/ext/standard/cyr_convert.c
diff -u php4/ext/standard/cyr_convert.c:1.6 php4/ext/standard/cyr_convert.c:1.7
--- php4/ext/standard/cyr_convert.c:1.6 Sun Dec 19 21:09:58 1999
+++ php4/ext/standard/cyr_convert.c Fri Dec 31 20:31:48 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: cyr_convert.c,v 1.6 1999/12/20 02:09:58 evan Exp $ */
+/* $Id: cyr_convert.c,v 1.7 2000/01/01 01:31:48 sas Exp $ */
 
 #include <stdlib.h>
 
Index: php4/ext/standard/datetime.c
diff -u php4/ext/standard/datetime.c:1.25 php4/ext/standard/datetime.c:1.26
--- php4/ext/standard/datetime.c:1.25 Sun Dec 19 20:23:15 1999
+++ php4/ext/standard/datetime.c Fri Dec 31 20:31:49 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -19,7 +19,7 @@
  */
 
 
-/* $Id: datetime.c,v 1.25 1999/12/20 01:23:15 evan Exp $ */
+/* $Id: datetime.c,v 1.26 2000/01/01 01:31:49 sas Exp $ */
 
 
 #include "php.h"
Index: php4/ext/standard/dir.c
diff -u php4/ext/standard/dir.c:1.23 php4/ext/standard/dir.c:1.24
--- php4/ext/standard/dir.c:1.23 Sat Dec 18 17:35:27 1999
+++ php4/ext/standard/dir.c Fri Dec 31 20:31:49 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dir.c,v 1.23 1999/12/18 22:35:27 zeev Exp $ */
+/* $Id: dir.c,v 1.24 2000/01/01 01:31:49 sas Exp $ */
 
 /* {{{ includes/startup/misc */
 
Index: php4/ext/standard/dl.c
diff -u php4/ext/standard/dl.c:1.19 php4/ext/standard/dl.c:1.20
--- php4/ext/standard/dl.c:1.19 Sat Dec 18 17:35:27 1999
+++ php4/ext/standard/dl.c Fri Dec 31 20:31:50 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/standard/dns.c
diff -u php4/ext/standard/dns.c:1.11 php4/ext/standard/dns.c:1.12
--- php4/ext/standard/dns.c:1.11 Mon Dec 20 12:34:55 1999
+++ php4/ext/standard/dns.c Fri Dec 31 20:31:51 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dns.c,v 1.11 1999/12/20 17:34:55 andrei Exp $ */
+/* $Id: dns.c,v 1.12 2000/01/01 01:31:51 sas Exp $ */
 
 #include "php.h"
 #if HAVE_SYS_SOCKET_H
Index: php4/ext/standard/exec.c
diff -u php4/ext/standard/exec.c:1.20 php4/ext/standard/exec.c:1.21
--- php4/ext/standard/exec.c:1.20 Sun Dec 19 20:23:15 1999
+++ php4/ext/standard/exec.c Fri Dec 31 20:31:51 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -15,7 +15,7 @@
    | Author: Rasmus Lerdorf |
    +----------------------------------------------------------------------+
  */
-/* $Id: exec.c,v 1.20 1999/12/20 01:23:15 evan Exp $ */
+/* $Id: exec.c,v 1.21 2000/01/01 01:31:51 sas Exp $ */
 
 #include <stdio.h>
 #include "php.h"
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.54 php4/ext/standard/file.c:1.55
--- php4/ext/standard/file.c:1.54 Tue Dec 21 11:51:27 1999
+++ php4/ext/standard/file.c Fri Dec 31 20:31:51 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: file.c,v 1.54 1999/12/21 16:51:27 thies Exp $ */
+/* $Id: file.c,v 1.55 2000/01/01 01:31:51 sas Exp $ */
 
 /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */
 
Index: php4/ext/standard/filestat.c
diff -u php4/ext/standard/filestat.c:1.20 php4/ext/standard/filestat.c:1.21
--- php4/ext/standard/filestat.c:1.20 Mon Dec 20 10:38:44 1999
+++ php4/ext/standard/filestat.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: filestat.c,v 1.20 1999/12/20 15:38:44 zeev Exp $ */
+/* $Id: filestat.c,v 1.21 2000/01/01 01:31:52 sas Exp $ */
 
 #include "php.h"
 #include "safe_mode.h"
Index: php4/ext/standard/flock_compat.c
diff -u php4/ext/standard/flock_compat.c:1.3 php4/ext/standard/flock_compat.c:1.4
--- php4/ext/standard/flock_compat.c:1.3 Fri Jul 16 09:12:56 1999
+++ php4/ext/standard/flock_compat.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -15,7 +15,7 @@
    | Authors: Sascha Schumann <
email protected>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c%20refl> |
    +----------------------------------------------------------------------+
  */
-/* $Id: head.c,v 1.23 1999/12/20 02:09:58 evan Exp $ */
+/* $Id: head.c,v 1.24 2000/01/01 01:31:52 sas Exp $ */
 
 #include <stdio.h>
 #include "php.h"
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.10 php4/ext/standard/html.c:1.11
--- php4/ext/standard/html.c:1.10 Sat Dec 18 17:35:27 1999
+++ php4/ext/standard/html.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/standard/image.c
diff -u php4/ext/standard/image.c:1.11 php4/ext/standard/image.c:1.12
--- php4/ext/standard/image.c:1.11 Sat Dec 18 17:35:27 1999
+++ php4/ext/standard/image.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -15,7 +15,7 @@
    | Authors: Rasmus Lerdorf |
    +----------------------------------------------------------------------+
  */
-/* $Id: image.c,v 1.11 1999/12/18 22:35:27 zeev Exp $ */
+/* $Id: image.c,v 1.12 2000/01/01 01:31:52 sas Exp $ */
 /*
  * Based on Daniel Schmitt's imageinfo.c which carried the following
  * Copyright notice.
Index: php4/ext/standard/info.c
diff -u php4/ext/standard/info.c:1.55 php4/ext/standard/info.c:1.56
--- php4/ext/standard/info.c:1.55 Tue Dec 21 15:35:43 1999
+++ php4/ext/standard/info.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/standard/iptc.c
diff -u php4/ext/standard/iptc.c:1.16 php4/ext/standard/iptc.c:1.17
--- php4/ext/standard/iptc.c:1.16 Sun Dec 26 16:20:48 1999
+++ php4/ext/standard/iptc.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: iptc.c,v 1.16 1999/12/26 21:20:48 zeev Exp $ */
+/* $Id: iptc.c,v 1.17 2000/01/01 01:31:52 sas Exp $ */
 
 /*
  * Functions to parse & compse IPTC data.
Index: php4/ext/standard/lcg.c
diff -u php4/ext/standard/lcg.c:1.5 php4/ext/standard/lcg.c:1.6
--- php4/ext/standard/lcg.c:1.5 Sun Dec 5 11:25:31 1999
+++ php4/ext/standard/lcg.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/standard/link.c
diff -u php4/ext/standard/link.c:1.15 php4/ext/standard/link.c:1.16
--- php4/ext/standard/link.c:1.15 Sat Dec 18 17:35:27 1999
+++ php4/ext/standard/link.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: link.c,v 1.15 1999/12/18 22:35:27 zeev Exp $ */
+/* $Id: link.c,v 1.16 2000/01/01 01:31:52 sas Exp $ */
 
 #include "php.h"
 #include "php_filestat.h"
Index: php4/ext/standard/mail.c
diff -u php4/ext/standard/mail.c:1.14 php4/ext/standard/mail.c:1.15
--- php4/ext/standard/mail.c:1.14 Sat Dec 18 17:35:27 1999
+++ php4/ext/standard/mail.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mail.c,v 1.14 1999/12/18 22:35:27 zeev Exp $ */
+/* $Id: mail.c,v 1.15 2000/01/01 01:31:52 sas Exp $ */
 
 #include <stdlib.h>
 #include <ctype.h>
Index: php4/ext/standard/math.c
diff -u php4/ext/standard/math.c:1.12 php4/ext/standard/math.c:1.13
--- php4/ext/standard/math.c:1.12 Sat Dec 18 17:35:27 1999
+++ php4/ext/standard/math.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/standard/md5.c
diff -u php4/ext/standard/md5.c:1.8 php4/ext/standard/md5.c:1.9
--- php4/ext/standard/md5.c:1.8 Sat Dec 18 17:35:28 1999
+++ php4/ext/standard/md5.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/standard/metaphone.c
diff -u php4/ext/standard/metaphone.c:1.3 php4/ext/standard/metaphone.c:1.4
--- php4/ext/standard/metaphone.c:1.3 Sat Dec 18 17:35:28 1999
+++ php4/ext/standard/metaphone.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.01 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/standard/microtime.c
diff -u php4/ext/standard/microtime.c:1.11 php4/ext/standard/microtime.c:1.12
--- php4/ext/standard/microtime.c:1.11 Sat Dec 18 17:35:28 1999
+++ php4/ext/standard/microtime.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: microtime.c,v 1.11 1999/12/18 22:35:28 zeev Exp $ */
+/* $Id: microtime.c,v 1.12 2000/01/01 01:31:52 sas Exp $ */
 
 #include <stdlib.h>
 #ifdef HAVE_UNISTD_H
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.9 php4/ext/standard/output.c:1.10
--- php4/ext/standard/output.c:1.9 Fri Dec 17 15:55:24 1999
+++ php4/ext/standard/output.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/standard/pack.c
diff -u php4/ext/standard/pack.c:1.13 php4/ext/standard/pack.c:1.14
--- php4/ext/standard/pack.c:1.13 Sun Dec 19 21:09:58 1999
+++ php4/ext/standard/pack.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -15,7 +15,7 @@
    | Authors: Chris Schneider <
email protected>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c%20reflect.java> |
    +----------------------------------------------------------------------+
  */
-/* $Id: pageinfo.c,v 1.12 1999/12/18 04:01:14 zeev Exp $ */
+/* $Id: pageinfo.c,v 1.13 2000/01/01 01:31:52 sas Exp $ */
 
 #include "php.h"
 #include "pageinfo.h"
Index: php4/ext/standard/php_assert.h
diff -u php4/ext/standard/php_assert.h:1.1 php4/ext/standard/php_assert.h:1.2
--- php4/ext/standard/php_assert.h:1.1 Tue Dec 7 06:37:30 1999
+++ php4/ext/standard/php_assert.h Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_assert.h,v 1.1 1999/12/07 11:37:30 thies Exp $ */
+/* $Id: php_assert.h,v 1.2 2000/01/01 01:31:52 sas Exp $ */
 
 #ifndef _PHP_ASSERT_H
 #define _PHP_ASSERT_H
Index: php4/ext/standard/php_dir.h
diff -u php4/ext/standard/php_dir.h:1.3 php4/ext/standard/php_dir.h:1.4
--- php4/ext/standard/php_dir.h:1.3 Fri Dec 17 23:01:14 1999
+++ php4/ext/standard/php_dir.h Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_dir.h,v 1.3 1999/12/18 04:01:14 zeev Exp $ */
+/* $Id: php_dir.h,v 1.4 2000/01/01 01:31:52 sas Exp $ */
 
 #ifndef _PHP_DIR_H
 #define _PHP_DIR_H
Index: php4/ext/standard/php_image.h
diff -u php4/ext/standard/php_image.h:1.1 php4/ext/standard/php_image.h:1.2
--- php4/ext/standard/php_image.h:1.1 Thu Sep 2 07:58:23 1999
+++ php4/ext/standard/php_image.h Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_image.h,v 1.1 1999/09/02 11:58:23 thies Exp $ */
+/* $Id: php_image.h,v 1.2 2000/01/01 01:31:52 sas Exp $ */
 
 #ifndef _IMAGE_H
 #define _IMAGE_H
Index: php4/ext/standard/php_lcg.h
diff -u php4/ext/standard/php_lcg.h:1.2 php4/ext/standard/php_lcg.h:1.3
--- php4/ext/standard/php_lcg.h:1.2 Sun Dec 5 08:41:42 1999
+++ php4/ext/standard/php_lcg.h Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/standard/php_metaphone.h
diff -u php4/ext/standard/php_metaphone.h:1.2 php4/ext/standard/php_metaphone.h:1.3
--- php4/ext/standard/php_metaphone.h:1.2 Sun Dec 5 05:29:06 1999
+++ php4/ext/standard/php_metaphone.h Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: php_metaphone.h,v 1.2 1999/12/05 10:29:06 ssb Exp $ */
+/* $Id: php_metaphone.h,v 1.3 2000/01/01 01:31:52 sas Exp $ */
 
 #ifndef _php_metaphone_h
 #define _php_metaphone_h
Index: php4/ext/standard/php_output.h
diff -u php4/ext/standard/php_output.h:1.2 php4/ext/standard/php_output.h:1.3
--- php4/ext/standard/php_output.h:1.2 Wed Dec 1 17:59:45 1999
+++ php4/ext/standard/php_output.h Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
Index: php4/ext/standard/php_rand.h
diff -u php4/ext/standard/php_rand.h:1.1 php4/ext/standard/php_rand.h:1.2
--- php4/ext/standard/php_rand.h:1.1 Wed Oct 6 12:34:35 1999
+++ php4/ext/standard/php_rand.h Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -19,7 +19,7 @@
    | Based on code from: Shawn Cokus <
email protected>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c%2> |
    +----------------------------------------------------------------------+
  */
-/* $Id: rand.c,v 1.11 1999/12/26 00:18:44 zeev Exp $ */
+/* $Id: rand.c,v 1.12 2000/01/01 01:31:52 sas Exp $ */
 
 #include <stdlib.h>
 
Index: php4/ext/standard/reg.c
diff -u php4/ext/standard/reg.c:1.28 php4/ext/standard/reg.c:1.29
--- php4/ext/standard/reg.c:1.28 Sat Dec 18 17:35:28 1999
+++ php4/ext/standard/reg.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
    | Jaakko Hyvätti <
email protected>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c%20reflect> |
    +----------------------------------------------------------------------+
  */
-/* $Id: soundex.c,v 1.9 1999/12/18 22:35:28 zeev Exp $ */
+/* $Id: soundex.c,v 1.10 2000/01/01 01:31:52 sas Exp $ */
 
 #include "php.h"
 #include <stdlib.h>
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.83 php4/ext/standard/string.c:1.84
--- php4/ext/standard/string.c:1.83 Tue Dec 28 13:47:59 1999
+++ php4/ext/standard/string.c Fri Dec 31 20:31:52 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.83 1999/12/28 18:47:59 sas Exp $ */
+/* $Id: string.c,v 1.84 2000/01/01 01:31:52 sas Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
Index: php4/ext/standard/syslog.c
diff -u php4/ext/standard/syslog.c:1.11 php4/ext/standard/syslog.c:1.12
--- php4/ext/standard/syslog.c:1.11 Sat Dec 18 17:35:28 1999
+++ php4/ext/standard/syslog.c Fri Dec 31 20:31:53 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: syslog.c,v 1.11 1999/12/18 22:35:28 zeev Exp $ */
+/* $Id: syslog.c,v 1.12 2000/01/01 01:31:53 sas Exp $ */
 
 #include "php.h"
 #include "php_ini.h"
Index: php4/ext/standard/type.c
diff -u php4/ext/standard/type.c:1.4 php4/ext/standard/type.c:1.5
--- php4/ext/standard/type.c:1.4 Fri Dec 17 23:01:15 1999
+++ php4/ext/standard/type.c Fri Dec 31 20:31:53 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -15,7 +15,7 @@
    | Authors: Rasmus Lerdorf |
    +----------------------------------------------------------------------+
  */
-/* $Id: type.c,v 1.4 1999/12/18 04:01:15 zeev Exp $ */
+/* $Id: type.c,v 1.5 2000/01/01 01:31:53 sas Exp $ */
 #include "php.h"
 #include "type.h"
 
Index: php4/ext/standard/uniqid.c
diff -u php4/ext/standard/uniqid.c:1.14 php4/ext/standard/uniqid.c:1.15
--- php4/ext/standard/uniqid.c:1.14 Sat Dec 18 17:35:28 1999
+++ php4/ext/standard/uniqid.c Fri Dec 31 20:31:53 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: uniqid.c,v 1.14 1999/12/18 22:35:28 zeev Exp $ */
+/* $Id: uniqid.c,v 1.15 2000/01/01 01:31:53 sas Exp $ */
 
 #include "php.h"
 
Index: php4/ext/standard/url.c
diff -u php4/ext/standard/url.c:1.17 php4/ext/standard/url.c:1.18
--- php4/ext/standard/url.c:1.17 Sat Dec 18 17:35:28 1999
+++ php4/ext/standard/url.c Fri Dec 31 20:31:53 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 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>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c%20reflec> |
    +----------------------------------------------------------------------+
  */
-/* $Id: url_scanner.c,v 1.12 1999/11/27 16:15:35 sas Exp $ */
+/* $Id: url_scanner.c,v 1.13 2000/01/01 01:31:53 sas Exp $ */
 
 #include "php.h"
 #include "snprintf.h"
Index: php4/ext/standard/url_scanner.h
diff -u php4/ext/standard/url_scanner.h:1.2 php4/ext/standard/url_scanner.h:1.3
--- php4/ext/standard/url_scanner.h:1.2 Sat Sep 11 19:53:40 1999
+++ php4/ext/standard/url_scanner.h Fri Dec 31 20:31:53 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -15,7 +15,7 @@
    | Author: Sascha Schumann <
email protected>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c%20reflec> |
    +----------------------------------------------------------------------+
  */
-/* $Id: url_scanner.re,v 1.9 1999/11/27 16:15:35 sas Exp $ */
+/* $Id: url_scanner.re,v 1.10 2000/01/01 01:31:53 sas Exp $ */
 
 #include "php.h"
 #include "snprintf.h"
Index: php4/ext/standard/var.c
diff -u php4/ext/standard/var.c:1.42 php4/ext/standard/var.c:1.43
--- php4/ext/standard/var.c:1.42 Sun Dec 26 16:20:48 1999
+++ php4/ext/standard/var.c Fri Dec 31 20:31:53 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: var.c,v 1.42 1999/12/26 21:20:48 zeev Exp $ */
+/* $Id: var.c,v 1.43 2000/01/01 01:31:53 sas Exp $ */
 
 
 /* {{{ includes
Index: php4/ext/sybase/sybase.c
diff -u php4/ext/sybase/sybase.c:1.19 php4/ext/sybase/sybase.c:1.20
--- php4/ext/sybase/sybase.c:1.19 Fri Dec 17 22:20:51 1999
+++ php4/ext/sybase/sybase.c Fri Dec 31 20:31:53 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: sybase.c,v 1.19 1999/12/18 03:20:51 zeev Exp $ */
+/* $Id: sybase.c,v 1.20 2000/01/01 01:31:53 sas Exp $ */
 
 
 #include "php.h"
Index: php4/ext/sybase_ct/php_sybase_ct.c
diff -u php4/ext/sybase_ct/php_sybase_ct.c:1.12 php4/ext/sybase_ct/php_sybase_ct.c:1.13
--- php4/ext/sybase_ct/php_sybase_ct.c:1.12 Sun Dec 26 16:20:49 1999
+++ php4/ext/sybase_ct/php_sybase_ct.c Fri Dec 31 20:31:54 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: php_sybase_ct.c,v 1.12 1999/12/26 21:20:49 zeev Exp $ */
+/* $Id: php_sybase_ct.c,v 1.13 2000/01/01 01:31:54 sas Exp $ */
 
 
 #include "php.h"
Index: php4/ext/sysvsem/sysvsem.c
diff -u php4/ext/sysvsem/sysvsem.c:1.14 php4/ext/sysvsem/sysvsem.c:1.15
--- php4/ext/sysvsem/sysvsem.c:1.14 Sat Dec 18 17:35:29 1999
+++ php4/ext/sysvsem/sysvsem.c Fri Dec 31 20:31:54 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: sysvsem.c,v 1.14 1999/12/18 22:35:29 zeev Exp $ */
+/* $Id: sysvsem.c,v 1.15 2000/01/01 01:31:54 sas Exp $ */
 
 /* This has been built and tested on Solaris 2.6 and Linux 2.1.122.
  * It may not compile or execute correctly on other systems.
Index: php4/ext/sysvshm/sysvshm.c
diff -u php4/ext/sysvshm/sysvshm.c:1.15 php4/ext/sysvshm/sysvshm.c:1.16
--- php4/ext/sysvshm/sysvshm.c:1.15 Sat Dec 18 17:35:30 1999
+++ php4/ext/sysvshm/sysvshm.c Fri Dec 31 20:31:55 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: sysvshm.c,v 1.15 1999/12/18 22:35:30 zeev Exp $ */
+/* $Id: sysvshm.c,v 1.16 2000/01/01 01:31:55 sas Exp $ */
 
 /* This has been built and tested on Solaris 2.6.
  * It may not compile or execute correctly on other systems.
Index: php4/ext/wddx/php_wddx_api.h
diff -u php4/ext/wddx/php_wddx_api.h:1.2 php4/ext/wddx/php_wddx_api.h:1.3
--- php4/ext/wddx/php_wddx_api.h:1.2 Fri Oct 1 10:54:55 1999
+++ php4/ext/wddx/php_wddx_api.h Fri Dec 31 20:31:55 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_wddx_api.h,v 1.2 1999/10/01 14:54:55 andrei Exp $ */
+/* $Id: php_wddx_api.h,v 1.3 2000/01/01 01:31:55 sas Exp $ */
 
 #ifndef PHP_WDDX_API_H
 #define PHP_WDDX_API_H
Index: php4/ext/xml/php_xml.h
diff -u php4/ext/xml/php_xml.h:1.5 php4/ext/xml/php_xml.h:1.6
--- php4/ext/xml/php_xml.h:1.5 Fri Dec 17 22:20:52 1999
+++ php4/ext/xml/php_xml.h Fri Dec 31 20:31:56 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_xml.h,v 1.5 1999/12/18 03:20:52 zeev Exp $ */
+/* $Id: php_xml.h,v 1.6 2000/01/01 01:31:56 sas Exp $ */
 
 #ifndef _PHP_XML_H
 # define _PHP_XML_H
Index: php4/ext/xml/xml.c
diff -u php4/ext/xml/xml.c:1.41 php4/ext/xml/xml.c:1.42
--- php4/ext/xml/xml.c:1.41 Thu Dec 23 07:52:12 1999
+++ php4/ext/xml/xml.c Fri Dec 31 20:31:56 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: xml.c,v 1.41 1999/12/23 12:52:12 thies Exp $ */
+/* $Id: xml.c,v 1.42 2000/01/01 01:31:56 sas Exp $ */
 #define IS_EXT_MODULE
 
 #include "php.h"
Index: php4/ext/yp/yp.c
diff -u php4/ext/yp/yp.c:1.6 php4/ext/yp/yp.c:1.7
--- php4/ext/yp/yp.c:1.6 Sat Dec 18 17:35:34 1999
+++ php4/ext/yp/yp.c Fri Dec 31 20:31:56 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -15,7 +15,7 @@
    | Authors: Stephanie Wehner <
email protected>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c%20reflect.java%> |
    +----------------------------------------------------------------------+
  */
-/* $Id: zlib.c,v 1.29 1999/12/18 22:35:35 zeev Exp $ */
+/* $Id: zlib.c,v 1.30 2000/01/01 01:31:57 sas Exp $ */
 #define IS_EXT_MODULE
 
 #include "php.h"
Index: php4/pear/DB.php
diff -u php4/pear/DB.php:1.9 php4/pear/DB.php:1.10
--- php4/pear/DB.php:1.9 Sun Dec 12 10:55:56 1999
+++ php4/pear/DB.php Fri Dec 31 20:31:58 1999
@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------+
 // | PHP version 4.0 |
 // +----------------------------------------------------------------------+
-// | Copyright (c) 1997, 1998, 1999 The PHP Group |
+// | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
 // +----------------------------------------------------------------------+
 // | This source file is subject to version 2.0 of the PHP license, |
 // | that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
 // | |
 // +----------------------------------------------------------------------+
 //
-// $Id: DB.php,v 1.9 1999/12/12 15:55:56 ssb Exp $
+// $Id: DB.php,v 1.10 2000/01/01 01:31:58 sas Exp $
 //
 // Database independent query interface.
 //
Index: php4/pear/DB/common.php
diff -u php4/pear/DB/common.php:1.4 php4/pear/DB/common.php:1.5
--- php4/pear/DB/common.php:1.4 Sun Dec 12 10:55:57 1999
+++ php4/pear/DB/common.php Fri Dec 31 20:31:58 1999
@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------+
 // | PHP version 4.0 |
 // +----------------------------------------------------------------------+
-// | Copyright (c) 1997, 1998, 1999 The PHP Group |
+// | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
 // +----------------------------------------------------------------------+
 // | This source file is subject to version 2.0 of the PHP license, |
 // | that is bundled with this package in the file LICENSE, and is |
Index: php4/pear/DB/mysql.php
diff -u php4/pear/DB/mysql.php:1.6 php4/pear/DB/mysql.php:1.7
--- php4/pear/DB/mysql.php:1.6 Sun Dec 12 10:55:57 1999
+++ php4/pear/DB/mysql.php Fri Dec 31 20:31:58 1999
@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------+
 // | PHP version 4.0 |
 // +----------------------------------------------------------------------+
-// | Copyright (c) 1997, 1998, 1999 The PHP Group |
+// | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
 // +----------------------------------------------------------------------+
 // | This source file is subject to version 2.0 of the PHP license, |
 // | that is bundled with this package in the file LICENSE, and is |
Index: php4/pear/DB/odbc.php
diff -u php4/pear/DB/odbc.php:1.2 php4/pear/DB/odbc.php:1.3
--- php4/pear/DB/odbc.php:1.2 Mon Nov 29 10:13:57 1999
+++ php4/pear/DB/odbc.php Fri Dec 31 20:31:58 1999
@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------+
 // | PHP version 4.0 |
 // +----------------------------------------------------------------------+
-// | Copyright (c) 1997, 1998, 1999 The PHP Group |
+// | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
 // +----------------------------------------------------------------------+
 // | This source file is subject to version 2.0 of the PHP license, |
 // | that is bundled with this package in the file LICENSE, and is |
Index: php4/sapi/aolserver/aolserver.c
diff -u php4/sapi/aolserver/aolserver.c:1.25 php4/sapi/aolserver/aolserver.c:1.26
--- php4/sapi/aolserver/aolserver.c:1.25 Mon Dec 20 18:09:50 1999
+++ php4/sapi/aolserver/aolserver.c Fri Dec 31 20:31:59 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 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.25 1999/12/20 23:09:50 sas Exp $ */
+/* $Id: aolserver.c,v 1.26 2000/01/01 01:31:59 sas Exp $ */
 
 /* conflict between PHP and AOLserver headers */
 #define Debug php_Debug
@@ -206,7 +206,7 @@
         NSLS_FETCH();
         
         PUTS("<table border=5 width=600>\n");
- php_info_print_table_row(2, "SAPI module version", "$Id: aolserver.c,v 1.25 1999/12/20 23:09:50 sas Exp $");
+ php_info_print_table_row(2, "SAPI module version", "$Id: aolserver.c,v 1.26 2000/01/01 01:31:59 sas 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.10 php4/sapi/apache/mod_php4.c:1.11
--- php4/sapi/apache/mod_php4.c:1.10 Tue Dec 28 18:48:39 1999
+++ php4/sapi/apache/mod_php4.c Fri Dec 31 20:32:00 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 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>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c%20reflect.ja> |
    +----------------------------------------------------------------------+
  */
-/* $Id: mod_php4.h,v 1.1 1999/09/27 16:34:27 ssb Exp $ */
+/* $Id: mod_php4.h,v 1.2 2000/01/01 01:32:00 sas Exp $ */
 
 #ifndef _MOD_PHP4_H
 #define _MOD_PHP4_H
Index: php4/sapi/apache/sapi_apache.c
diff -u php4/sapi/apache/sapi_apache.c:1.7 php4/sapi/apache/sapi_apache.c:1.8
--- php4/sapi/apache/sapi_apache.c:1.7 Fri Dec 17 14:51:36 1999
+++ php4/sapi/apache/sapi_apache.c Fri Dec 31 20:32:00 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP version 4.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.0 of the PHP license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -19,7 +19,7 @@
    | Stig Bakken <
http://www.php.net/version4/> To unsubscribe, e-mail: email protected>?subject=Re:%20[PHP4BETA]%20cvs:%20/php4%20LICENSE%20SAPI.c%20SAPI.h%20configuration-parser.y%20configuration-scanner.l%20fopen-wrappers.c%20fopen-wrappers.h%20header%20internal_functions.c.in%20internal_functions_registry.h%20internal_functions_win32.c%20main.c%20main.h%20php.h%20php_globals.h%20php_ini.c%20php_ini.h%20php_realpath.c%20php_realpath.h%20php_reentrancy.h%20php_sprintf.c%20reentrancy.c%20request_info.c%20request_info.h%20rfc1867.c%20safe_mode.c%20snprintf.h%20/php4/ext/apache%20apache.c%20/php4/ext/aspell%20aspell.c%20/php4/ext/bcmath%20bcmath.c%20/php4/ext/com%20COM.c%20/php4/ext/dav%20dav.c%20/php4/ext/db%20db.c%20/php4/ext/dbase%20dbase.c%20/php4/ext/domxml%20domxml.c%20/php4/ext/fdf%20fdf.c%20/php4/ext/filepro%20filepro.c%20/php4/ext/gd%20gd.c%20gdt1.c%20gdt1.h%20/php4/ext/gettext%20gettext.c%20/php4/ext/hyperwave%20hg_comm.c%20hw.c%20/php4/ext/imap%20imap.c%20/php4/ext/informix%20ifx.ec%20/php4/ext/interbase%20interbase.c%20/php4/ext/java%20java.c To contact the list administrators, e-mail: