[PHP-DEV] cvs: /php3 constants.c debugger.c fopen-wrappers.c highlight.c internal_functions.c list.c main.c mod_php3.c operators.c php3_hash.c php3_realpath.c php3_sprintf.c php_compat.c request_info.c safe_mode.c stack.c tls.c token_cache.c variables.c /php3/convertor alloc.c main.c token_cache.c /php3/functions COM.c adabasd.c apache.c aspell.c base64.c basic_functions.c bcmath.c browscap.c cpdf.c crypt.c cyr_convert.c datetime.c dav.c db.c dba.c dba_cdb.c dba_db2.c dba_dbm.c dba_gdbm.c dba_ndbm.c dbase.c dir.c dl.c dns.c exec.c fdf.c fhttpd.c file.c filepro.c filestat.c formatted_print.c fsock.c ftp.c gd.c gettext.c head.c hg_comm.c html.c hw.c image.c imap.c imsp.c info.c interbase.c iptc.c ldap.c link.c magick.c mail.c math.c mcrypt.c md5.c mhash.c microtime.c mime.c msql.c mysql.c number.c oci8.c oracle.c pack.c pageinfo.c pcre.c pdf.c pgsql.c php3_mcal.c php_ftp.c posix.c post.c quot_print.c rand.c recode.c reg.c snmp.c solid.c soundex.c string.c sybase-ct.c sybase.c syslog.c sysvsem.c sysvsh From: Sascha Schumann (sascha <email protected>)
Date: 12/31/99

sas Fri Dec 31 23:31:19 1999 EDT

  Modified files:
    /php3 constants.c debugger.c fopen-wrappers.c highlight.c
                 internal_functions.c list.c main.c mod_php3.c operators.c
                 php3_hash.c php3_realpath.c php3_sprintf.c php_compat.c
                 request_info.c safe_mode.c stack.c tls.c token_cache.c
                 variables.c
    /php3/convertor alloc.c main.c token_cache.c
    /php3/functions COM.c adabasd.c apache.c aspell.c base64.c
                           basic_functions.c bcmath.c browscap.c cpdf.c
                           crypt.c cyr_convert.c datetime.c dav.c db.c dba.c
                           dba_cdb.c dba_db2.c dba_dbm.c dba_gdbm.c dba_ndbm.c
                           dbase.c dir.c dl.c dns.c exec.c fdf.c fhttpd.c
                           file.c filepro.c filestat.c formatted_print.c
                           fsock.c ftp.c gd.c gettext.c head.c hg_comm.c
                           html.c hw.c image.c imap.c imsp.c info.c
                           interbase.c iptc.c ldap.c link.c magick.c mail.c
                           math.c mcrypt.c md5.c mhash.c microtime.c mime.c
                           msql.c mysql.c number.c oci8.c oracle.c pack.c
                           pageinfo.c pcre.c pdf.c pgsql.c php3_mcal.c
                           php_ftp.c posix.c post.c quot_print.c rand.c
                           recode.c reg.c snmp.c solid.c soundex.c string.c
                           sybase-ct.c sybase.c syslog.c sysvsem.c sysvshm.c
                           type.c unified_odbc.c uniqid.c url.c var.c
                           velocis.c wddx.c wddx_a.c xml.c yp.c zlib.c
  Log:
  Happy Y2K patch!
  
  
Index: php3/constants.c
diff -u php3/constants.c:1.26 php3/constants.c:1.27
--- php3/constants.c:1.26 Sun Dec 26 13:44:36 1999
+++ php3/constants.c Fri Dec 31 23:31:12 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: constants.c,v 1.26 1999/12/26 18:44:36 rasmus Exp $ */
+/* $Id: constants.c,v 1.27 2000/01/01 04:31:12 sas Exp $ */
 #include "php.h"
 #include "internal_functions.h"
 #include "constants.h"
Index: php3/debugger.c
diff -u php3/debugger.c:1.71 php3/debugger.c:1.72
--- php3/debugger.c:1.71 Sun Dec 26 13:44:36 1999
+++ php3/debugger.c Fri Dec 31 23:31:12 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: debugger.c,v 1.71 1999/12/26 18:44:36 rasmus Exp $ */
+/* $Id: debugger.c,v 1.72 2000/01/01 04:31:12 sas Exp $ */
 #include "php.h"
 #include "internal_functions.h"
 #include "modules.h"
Index: php3/fopen-wrappers.c
diff -u php3/fopen-wrappers.c:1.76 php3/fopen-wrappers.c:1.77
--- php3/fopen-wrappers.c:1.76 Sun Dec 26 13:44:36 1999
+++ php3/fopen-wrappers.c Fri Dec 31 23:31:12 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    | Jim Winstead <email protected>?subject=Re:%20[PHP-DEV]%20cvs:%20/php3%20constants.c%20debugger.c%20fopen-wrappers.c%20highlight.c%20internal_functions.c%20list.c%20main.c%20mod_php3.c%20operators.c%20php3_hash.c%20php3_realpath.c%20php3_sprintf.c%20php_compat.c%20request_info.c%20safe_mode.c%20stack.c%20tls.c%20token_cache.c%20variables.c%20/php3/convertor%20alloc.c%20main.c%20token_cache.c%20/php3/functions%20COM.c%20adabasd.c%20apache.c%20aspell.c%20base64.c%20basic_functions.c%20bcmath.c%20browscap.c%20cpdf.c%20crypt.c%20cyr_convert.c%20datetime.c%20dav.c%20db.c%20dba.c%20dba_cdb.c%20dba_db2.c%20dba_dbm.c%20dba_gdbm.c%20dba_ndbm.c%20dbase.c%20dir.c%20dl.c%20dns.c%20exec.c%20fdf.c%20fhttpd.c%20file.c%20filepro.c%20filestat.c%20formatted_print.c%20fsock.c%20ftp.c%20gd.c%20gettext.c%20head.c%20hg_comm.c%20html.c%20hw.c%20image.c%20imap.c%20imsp.c%20info.c%20interbase.c%20iptc.c%20ldap.c%20link.c%20magick.c%20mail.c%20math.c%20mcrypt.c%20md5.c%20mhash.c%20microtime.c%20mime.c%20msql.c%20mysql.c%20number.c%> |
    +----------------------------------------------------------------------+
  */
-/* $Id: mod_php3.c,v 1.96 1999/12/26 18:44:40 rasmus Exp $ */
+/* $Id: mod_php3.c,v 1.97 2000/01/01 04:31:13 sas Exp $ */
 
 #include "httpd.h"
 #include "http_config.h"
Index: php3/operators.c
diff -u php3/operators.c:1.103 php3/operators.c:1.104
--- php3/operators.c:1.103 Sun Dec 26 13:44:40 1999
+++ php3/operators.c Fri Dec 31 23:31:13 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -29,7 +29,7 @@
  */
 
 
-/* $Id: operators.c,v 1.103 1999/12/26 18:44:40 rasmus Exp $ */
+/* $Id: operators.c,v 1.104 2000/01/01 04:31:13 sas Exp $ */
 
 #include "php.h"
 #include "functions/number.h"
Index: php3/php3_hash.c
diff -u php3/php3_hash.c:1.11 php3/php3_hash.c:1.12
--- php3/php3_hash.c:1.11 Sun Dec 26 13:44:40 1999
+++ php3/php3_hash.c Fri Dec 31 23:31:13 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    | Zeev Suraski <
email protected>?subject=Re:%20[PHP-DEV]%20cvs:%20/php3%20constants.c%20debugger.c%20fopen-wrappers.c%20highlight.c%20internal_functions.c%20list.c%20main.c%20mod_php3.c%20operators.c%20php3_hash.c%20php3_realpath.c%20php3_sprintf.c%20php_compat.c%20request_info.c%20safe_mode.c%20stack.c%20tls.c%20token_cache.c%20variables.c%20/php3/convertor%20alloc.c%20main.c%20token_cache.c%20/php3/functions%20COM.c%20adabasd.c%20apache.c%20aspell.c%20base64.c%20basic_functions.c%20bcmath.c%20browscap.c%20cpdf.c%20crypt.c%20cyr_convert.c%20datetime.c%20dav.c%20db.c%20dba.c%20dba_cdb.c%20dba_db2.c%20dba_dbm.c%20dba_gdbm.c%20dba_ndbm.c%20dbase.c%20dir.c%20dl.c%20dns.c%20exec.c%20fdf.c%20fhttpd.c%20file.c%20filepro.c%20filestat.c%20formatted_print.c%20fsock.c%20ftp.c%20gd.c%20gettext.c%20head.c%20hg_comm.c%20html.c%20hw.c%20image.c%20imap.c%20imsp.c%20info.c%20interbase.c%20iptc.c%20ldap.c%20link.c%20magick.c%20mail.c%20math.c%20mcrypt.c%20md5.c%20mhash.c%20microtime.c%20mime.c%20msql.c%20mysql.c%20number.c%20oci> |
    +----------------------------------------------------------------------+
 
- $Id: php_compat.c,v 1.2 1999/06/16 11:34:13 ssb Exp $
+ $Id: php_compat.c,v 1.3 2000/01/01 04:31:13 sas Exp $
  */
 
 
Index: php3/request_info.c
diff -u php3/request_info.c:1.42 php3/request_info.c:1.43
--- php3/request_info.c:1.42 Sun Dec 26 13:44:40 1999
+++ php3/request_info.c Fri Dec 31 23:31:13 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: request_info.c,v 1.42 1999/12/26 18:44:40 rasmus Exp $ */
+/* $Id: request_info.c,v 1.43 2000/01/01 04:31:13 sas Exp $ */
 #include "php.h"
 
 php3_request_info request_info;
Index: php3/safe_mode.c
diff -u php3/safe_mode.c:1.29 php3/safe_mode.c:1.30
--- php3/safe_mode.c:1.29 Sun Dec 26 13:44:40 1999
+++ php3/safe_mode.c Fri Dec 31 23:31:13 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -26,7 +26,7 @@
    | Authors: Rasmus Lerdorf <
email protected>?subject=Re:%20[PHP-DEV]%20cvs:%20/php3%20constants.c%20debugger.c%20fopen-wrappers.c%20highlight.c%20internal_functions.c%20list.c%20main.c%20mod_php3.c%20operators.c%20php3_hash.c%20php3_realpath.c%20php3_sprintf.c%20php_compat.c%20request_info.c%20safe_mode.c%20stack.c%20tls.c%20token_cache.c%20variables.c%20/php3/convertor%20alloc.c%20main.c%20token_cache.c%20/php3/functions%20COM.c%20adabasd.c%20apache.c%20aspell.c%20base64.c%20basic_functions.c%20bcmath.c%20browscap.c%20cpdf.c%20crypt.c%20cyr_convert.c%20datetime.c%20dav.c%20db.c%20dba.c%20dba_cdb.c%20dba_db2.c%20dba_dbm.c%20dba_gdbm.c%20dba_ndbm.c%20dbase.c%20dir.c%20dl.c%20dns.c%20exec.c%20fdf.c%20fhttpd.c%20file.c%20filepro.c%20filestat.c%20formatted_print.c%20fsock.c%20ftp.c%20gd.c%20gettext.c%20head.c%20hg_comm.c%20html.c%20hw.c%20image.c%20imap.c%20imsp.c%20info.c%20interbase.c%20iptc.c%20ldap.c%20link.c%20magick.c%20mail.c%20math.c%20mcrypt.c%20md5.c%20mhash.c%20microtime.c%20mime.c%20msql.c%20mysql.c%20number.c%20oci8) |
    +----------------------------------------------------------------------+
  */
-/* $Id: base64.c,v 1.31 1999/12/26 18:44:43 rasmus Exp $ */
+/* $Id: base64.c,v 1.32 2000/01/01 04:31:14 sas Exp $ */
 
 #include <string.h>
 
Index: php3/functions/basic_functions.c
diff -u php3/functions/basic_functions.c:1.282 php3/functions/basic_functions.c:1.283
--- php3/functions/basic_functions.c:1.282 Sun Dec 26 13:44:43 1999
+++ php3/functions/basic_functions.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -28,7 +28,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: basic_functions.c,v 1.282 1999/12/26 18:44:43 rasmus Exp $ */
+/* $Id: basic_functions.c,v 1.283 2000/01/01 04:31:14 sas Exp $ */
 #include "php.h"
 #include "modules.h"
 #include "internal_functions.h"
Index: php3/functions/bcmath.c
diff -u php3/functions/bcmath.c:1.30 php3/functions/bcmath.c:1.31
--- php3/functions/bcmath.c:1.30 Sun Dec 26 13:44:44 1999
+++ php3/functions/bcmath.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: bcmath.c,v 1.30 1999/12/26 18:44:44 rasmus Exp $ */
+/* $Id: bcmath.c,v 1.31 2000/01/01 04:31:14 sas Exp $ */
 #ifndef MSVC5
 #include "config.h"
 #include "build-defs.h"
Index: php3/functions/browscap.c
diff -u php3/functions/browscap.c:1.23 php3/functions/browscap.c:1.24
--- php3/functions/browscap.c:1.23 Sun Dec 26 13:44:44 1999
+++ php3/functions/browscap.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: browscap.c,v 1.23 1999/12/26 18:44:44 rasmus Exp $ */
+/* $Id: browscap.c,v 1.24 2000/01/01 04:31:14 sas Exp $ */
 #include "php.h"
 #include "internal_functions.h"
 #include "php3_browscap.h"
Index: php3/functions/cpdf.c
diff -u php3/functions/cpdf.c:1.21 php3/functions/cpdf.c:1.22
--- php3/functions/cpdf.c:1.21 Sun Dec 26 13:44:45 1999
+++ php3/functions/cpdf.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: cpdf.c,v 1.21 1999/12/26 18:44:45 rasmus Exp $ */
+/* $Id: cpdf.c,v 1.22 2000/01/01 04:31:14 sas Exp $ */
 /* cpdflib.h -- C language API definitions for ClibPDF library
  * Copyright (C) 1998 FastIO Systems, All Rights Reserved.
 */
Index: php3/functions/crypt.c
diff -u php3/functions/crypt.c:1.48 php3/functions/crypt.c:1.49
--- php3/functions/crypt.c:1.48 Mon Jun 28 04:40:59 1999
+++ php3/functions/crypt.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -28,7 +28,7 @@
    | Rasmus Lerdorf <
email protected>?subject=Re:%20[PHP-DEV]%20cvs:%20/php3%20constants.c%20debugger.c%20fopen-wrappers.c%20highlight.c%20internal_functions.c%20list.c%20main.c%20mod_php3.c%20operators.c%20php3_hash.c%20php3_realpath.c%20php3_sprintf.c%20php_compat.c%20request_info.c%20safe_mode.c%20stack.c%20tls.c%20token_cache.c%20variables.c%20/php3/convertor%20alloc.c%20main.c%20token_cache.c%20/php3/functions%20COM.c%20adabasd.c%20apache.c%20aspell.c%20base64.c%20basic_functions.c%20bcmath.c%20browscap.c%20cpdf.c%20crypt.c%20cyr_convert.c%20datetime.c%20dav.c%20db.c%20dba.c%20dba_cdb.c%20dba_db2.c%20dba_dbm.c%20dba_gdbm.c%20dba_ndbm.c%20dbase.c%20dir.c%20dl.c%20dns.c%20exec.c%20fdf.c%20fhttpd.c%20file.c%20filepro.c%20filestat.c%20formatted_print.c%20fsock.c%20ftp.c%20gd.c%20gettext.c%20head.c%20hg_comm.c%20html.c%20hw.c%20image.c%20imap.c%20imsp.c%20info.c%20interbase.c%20iptc.c%20ldap.c%20link.c%20magick.c%20mail.c%20math.c%20mcrypt.c%20md5.c%20mhash.c%20microtime.c%20mime.c%20msql.c%20mysql.c%20number.c%20oc> |
    +----------------------------------------------------------------------+
  */
-/* $Id: datetime.c,v 1.79 2000/01/01 02:30:53 sas Exp $ */
+/* $Id: datetime.c,v 1.80 2000/01/01 04:31:14 sas Exp $ */
 #include "php.h"
 #include "internal_functions.h"
 #include "operators.h"
Index: php3/functions/dav.c
diff -u php3/functions/dav.c:1.9 php3/functions/dav.c:1.10
--- php3/functions/dav.c:1.9 Sun Dec 26 13:44:45 1999
+++ php3/functions/dav.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dav.c,v 1.9 1999/12/26 18:44:45 rasmus Exp $ */
+/* $Id: dav.c,v 1.10 2000/01/01 04:31:14 sas Exp $ */
 
 #define IS_EXT_MODULE
 #if COMPILE_DL
Index: php3/functions/db.c
diff -u php3/functions/db.c:1.93 php3/functions/db.c:1.94
--- php3/functions/db.c:1.93 Sun Dec 26 13:44:45 1999
+++ php3/functions/db.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -28,7 +28,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: db.c,v 1.93 1999/12/26 18:44:45 rasmus Exp $ */
+/* $Id: db.c,v 1.94 2000/01/01 04:31:14 sas Exp $ */
 #define IS_EXT_MODULE
 #if COMPILE_DL
 # include "dl/phpdl.h"
Index: php3/functions/dba.c
diff -u php3/functions/dba.c:1.21 php3/functions/dba.c:1.22
--- php3/functions/dba.c:1.21 Mon Nov 22 17:05:54 1999
+++ php3/functions/dba.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dba.c,v 1.21 1999/11/22 22:05:54 eschmid Exp $ */
+/* $Id: dba.c,v 1.22 2000/01/01 04:31:14 sas Exp $ */
 
 #include "php.h"
 
@@ -201,7 +201,7 @@
 {
         dba_handler *hptr;
         
- PUTS("V1 ($Id: dba.c,v 1.21 1999/11/22 22:05:54 eschmid Exp $)");
+ PUTS("V1 ($Id: dba.c,v 1.22 2000/01/01 04:31:14 sas Exp $)");
         for(hptr = handler; hptr->name; hptr++) {
                 PUTS(" ");
                 PUTS(hptr->name);
Index: php3/functions/dba_cdb.c
diff -u php3/functions/dba_cdb.c:1.11 php3/functions/dba_cdb.c:1.12
--- php3/functions/dba_cdb.c:1.11 Tue Jun 22 16:25:26 1999
+++ php3/functions/dba_cdb.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dba_cdb.c,v 1.11 1999/06/22 20:25:26 jimjag Exp $ */
+/* $Id: dba_cdb.c,v 1.12 2000/01/01 04:31:14 sas Exp $ */
 
 #include "php.h"
 
Index: php3/functions/dba_db2.c
diff -u php3/functions/dba_db2.c:1.11 php3/functions/dba_db2.c:1.12
--- php3/functions/dba_db2.c:1.11 Tue Aug 17 11:46:40 1999
+++ php3/functions/dba_db2.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dba_db2.c,v 1.11 1999/08/17 15:46:40 sas Exp $ */
+/* $Id: dba_db2.c,v 1.12 2000/01/01 04:31:14 sas Exp $ */
 
 #include "php.h"
 
Index: php3/functions/dba_dbm.c
diff -u php3/functions/dba_dbm.c:1.15 php3/functions/dba_dbm.c:1.16
--- php3/functions/dba_dbm.c:1.15 Tue Jun 22 16:25:26 1999
+++ php3/functions/dba_dbm.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dba_dbm.c,v 1.15 1999/06/22 20:25:26 jimjag Exp $ */
+/* $Id: dba_dbm.c,v 1.16 2000/01/01 04:31:14 sas Exp $ */
 
 #include "php.h"
 
Index: php3/functions/dba_gdbm.c
diff -u php3/functions/dba_gdbm.c:1.12 php3/functions/dba_gdbm.c:1.13
--- php3/functions/dba_gdbm.c:1.12 Tue Jun 22 16:25:26 1999
+++ php3/functions/dba_gdbm.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dba_gdbm.c,v 1.12 1999/06/22 20:25:26 jimjag Exp $ */
+/* $Id: dba_gdbm.c,v 1.13 2000/01/01 04:31:14 sas Exp $ */
 
 #include "php.h"
 
Index: php3/functions/dba_ndbm.c
diff -u php3/functions/dba_ndbm.c:1.14 php3/functions/dba_ndbm.c:1.15
--- php3/functions/dba_ndbm.c:1.14 Wed Jun 30 20:03:53 1999
+++ php3/functions/dba_ndbm.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dba_ndbm.c,v 1.14 1999/07/01 00:03:53 sas Exp $ */
+/* $Id: dba_ndbm.c,v 1.15 2000/01/01 04:31:14 sas Exp $ */
 
 #include "php.h"
 
Index: php3/functions/dbase.c
diff -u php3/functions/dbase.c:1.76 php3/functions/dbase.c:1.77
--- php3/functions/dbase.c:1.76 Sun Dec 26 13:44:45 1999
+++ php3/functions/dbase.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dbase.c,v 1.76 1999/12/26 18:44:45 rasmus Exp $ */
+/* $Id: dbase.c,v 1.77 2000/01/01 04:31:14 sas Exp $ */
 #if defined(COMPILE_DL)
 #include "dl/phpdl.h"
 #endif
Index: php3/functions/dir.c
diff -u php3/functions/dir.c:1.60 php3/functions/dir.c:1.61
--- php3/functions/dir.c:1.60 Sun Dec 26 13:44:45 1999
+++ php3/functions/dir.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dir.c,v 1.60 1999/12/26 18:44:45 rasmus Exp $ */
+/* $Id: dir.c,v 1.61 2000/01/01 04:31:14 sas Exp $ */
 #include "php.h"
 #include "internal_functions.h"
 #include "fopen-wrappers.h"
Index: php3/functions/dl.c
diff -u php3/functions/dl.c:1.102 php3/functions/dl.c:1.103
--- php3/functions/dl.c:1.102 Sun Dec 26 13:44:45 1999
+++ php3/functions/dl.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -29,7 +29,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dl.c,v 1.102 1999/12/26 18:44:45 rasmus Exp $ */
+/* $Id: dl.c,v 1.103 2000/01/01 04:31:14 sas Exp $ */
 #include "php.h"
 #include "internal_functions.h"
 #include "dl.h"
Index: php3/functions/dns.c
diff -u php3/functions/dns.c:1.58 php3/functions/dns.c:1.59
--- php3/functions/dns.c:1.58 Sun Dec 26 13:44:45 1999
+++ php3/functions/dns.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -28,7 +28,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dns.c,v 1.58 1999/12/26 18:44:45 rasmus Exp $ */
+/* $Id: dns.c,v 1.59 2000/01/01 04:31:14 sas Exp $ */
 #include "php.h"
 #ifdef HAVE_SYS_SOCKET_H
 # include <sys/socket.h>
Index: php3/functions/exec.c
diff -u php3/functions/exec.c:1.86 php3/functions/exec.c:1.87
--- php3/functions/exec.c:1.86 Sun Dec 26 13:44:45 1999
+++ php3/functions/exec.c Fri Dec 31 23:31:14 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -26,7 +26,7 @@
    | Author: Rasmus Lerdorf <
http://beta1.adobe.com/ada/acrosdk/forms.html. */
Index: php3/functions/fhttpd.c
diff -u php3/functions/fhttpd.c:1.11 php3/functions/fhttpd.c:1.12
--- php3/functions/fhttpd.c:1.11 Sun Dec 26 13:44:45 1999
+++ php3/functions/fhttpd.c Fri Dec 31 23:31:15 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: fhttpd.c,v 1.11 1999/12/26 18:44:45 rasmus Exp $ */
+/* $Id: fhttpd.c,v 1.12 2000/01/01 04:31:15 sas Exp $ */
 #include "php.h"
 #include "internal_functions.h"
 
Index: php3/functions/file.c
diff -u php3/functions/file.c:1.228 php3/functions/file.c:1.229
--- php3/functions/file.c:1.228 Sun Dec 26 13:44:45 1999
+++ php3/functions/file.c Fri Dec 31 23:31:15 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +----------------------------------------------------------------------+
- | Copyright (c) 1997-1999 PHP Development Team (See Credits file) |
+ | Copyright (c) 1997-2000 PHP Development Team (See Credits file) |
    +----------------------------------------------------------------------+
    | This program is free software; you can redistribute it and/or modify |
    | it under the terms of one of the following licenses: |
@@ -26,7 +26,7 @@
    | Authors: Rasmus Lerdorf <email protected>?subject=Re:%20[PHP-DEV]%20cvs:%20/php3%20constants.c%20debugger.c%20fopen-wrappers.c%20highlight.c%20internal_functions.c%20list.c%20main.c%20mod_php3.c%20operators.c%20php3_hash.c%20php3_realpath.c%20php3_sprintf.c%20php_compat.c%20request_info.c%20safe_mode.c%20stack.c%20tls.c%20token_cache.c%20variables.c%20/php3/convertor%20alloc.c%20main.c%20token_cache.c%20/php3/functions%20COM.c%20adabasd.c%20apache.c%20aspell.c%20base64.c%20basic_functions.c%20bcmath.c%20browscap.c%20cpdf.c%20crypt.c%20cyr_convert.c%20datetime.c%20dav.c%20db.c%20dba.c%20dba_cdb.c%20dba_db2.c%20dba_dbm.c%20dba_gdbm.c%20dba_ndbm.c%20dbase.c%20dir.c%20dl.c%20dns.c%20exec.c%20fdf.c%20fhttpd.c%20file.c%20filepro.c%20filestat.c%20formatted_print.c%20fsock.c%20ftp.c%20gd.c%20gettext.c%20head.c%20hg_comm.c%20html.c%20hw.c%20image.c%20imap.c%20imsp.c%20info.c%20interbase.c%20iptc.c%20ldap.c%20link.c%20magick.c%20mail.c%20math.c%20mcrypt.c%20md5.c%20mhash.c%20microtime.c%20mime.c%20msql.c%20mysql.c%20number.c%20oci8) |
    +----------------------------------------------------------------------+