[PHP-DEV] cvs: /php3 control_structures.h control_structures_inline.h fopen-wrappers.h internal_functions.h internal_functions_registry.h language-scanner.h main.h mod_php3.h modules.h operators.h php.h php3_debugger.h php3_hash.h php3_list.h php3_realpath.h request_info.h snprintf.h stack.h tls.h token_cache.h variables.h /php3/convertor alloc.h language-scanner.h main.h token_cache.h /php3/dl phpdl.h /php3/functions adabasd.h base64.h basic_functions.h cyr_convert.h datetime.h db.h dbase.h dl.h dns.h exec.h file.h filepro.h fsock.h ftp.h head.h hg_comm.h html.h hw.h hw_error.h image.h info.h lcg.c md5.h microtime.h number.h pack.h php3_aspell.h php3_bcmath.h php3_browscap.h php3_cpdf.h php3_dav.h php3_dba.h php3_dir.h php3_fdf.h php3_filestat.h php3_gettext.h php3_global.h php3_ifx.h php3_interbase.h php3_iptc.h php3_ldap.h php3_link.h php3_magick.h php3_mail.h php3_msql.h php3_mysql.h php3_oci8.h php3_pcre.h php3_pdf.h php3_pgsql.h php3_posix.h php3_recode.h php3_snmp.h php3_solid.h php3_string.h php3_sybase-ct.h php3_sybase.h php3_syslog.h php3_sysvsem.h php3_sysvshm.h php3_unified_odbc.h php3_var.h php3_velocis.h php3_wddx.h php3_wddx_a.h php3_xml.h php3_yp.h php3_zlib.h php_ftp.h php_lcg.h phpdir.h phpmath.h post.h quot_print.h reg.h type.h uniqid.h url.h From: Sascha Schumann (sascha <email protected>)
Date: 12/31/99

sas Fri Dec 31 23:44:11 1999 EDT

  Modified files:
    /php3 control_structures.h control_structures_inline.h
                 fopen-wrappers.h internal_functions.h
                 internal_functions_registry.h language-scanner.h main.h
                 mod_php3.h modules.h operators.h php.h php3_debugger.h
                 php3_hash.h php3_list.h php3_realpath.h request_info.h
                 snprintf.h stack.h tls.h token_cache.h variables.h
    /php3/convertor alloc.h language-scanner.h main.h token_cache.h
    /php3/dl phpdl.h
    /php3/functions adabasd.h base64.h basic_functions.h cyr_convert.h
                           datetime.h db.h dbase.h dl.h dns.h exec.h file.h
                           filepro.h fsock.h ftp.h head.h hg_comm.h html.h
                           hw.h hw_error.h image.h info.h lcg.c md5.h
                           microtime.h number.h pack.h php3_aspell.h
                           php3_bcmath.h php3_browscap.h php3_cpdf.h
                           php3_dav.h php3_dba.h php3_dir.h php3_fdf.h
                           php3_filestat.h php3_gettext.h php3_global.h
                           php3_ifx.h php3_interbase.h php3_iptc.h php3_ldap.h
                           php3_link.h php3_magick.h php3_mail.h php3_msql.h
                           php3_mysql.h php3_oci8.h php3_pcre.h php3_pdf.h
                           php3_pgsql.h php3_posix.h php3_recode.h php3_snmp.h
                           php3_solid.h php3_string.h php3_sybase-ct.h
                           php3_sybase.h php3_syslog.h php3_sysvsem.h
                           php3_sysvshm.h php3_unified_odbc.h php3_var.h
                           php3_velocis.h php3_wddx.h php3_wddx_a.h php3_xml.h
                           php3_yp.h php3_zlib.h php_ftp.h php_lcg.h phpdir.h
                           phpmath.h post.h quot_print.h reg.h type.h uniqid.h
                           url.h
  Log:
  Happy Y2K patch for header files as well
  
  
Index: php3/control_structures.h
diff -u php3/control_structures.h:1.43 php3/control_structures.h:1.44
--- php3/control_structures.h:1.43 Sun Dec 26 13:44:36 1999
+++ php3/control_structures.h Fri Dec 31 23:44:06 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: control_structures.h,v 1.43 1999/12/26 18:44:36 rasmus Exp $ */
+/* $Id: control_structures.h,v 1.44 2000/01/01 04:44:06 sas Exp $ */
 
 
 #ifndef _CONTROL_STRUCTURES_H
Index: php3/control_structures_inline.h
diff -u php3/control_structures_inline.h:1.202 php3/control_structures_inline.h:1.203
--- php3/control_structures_inline.h:1.202 Sun Dec 26 13:44:36 1999
+++ php3/control_structures_inline.h Fri Dec 31 23:44:06 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: control_structures_inline.h,v 1.202 1999/12/26 18:44:36 rasmus Exp $ */
+/* $Id: control_structures_inline.h,v 1.203 2000/01/01 04:44:06 sas Exp $ */
 
 #include "php.h"
 #include "internal_functions.h"
Index: php3/fopen-wrappers.h
diff -u php3/fopen-wrappers.h:1.26 php3/fopen-wrappers.h:1.27
--- php3/fopen-wrappers.h:1.26 Sun Dec 26 13:44:36 1999
+++ php3/fopen-wrappers.h Fri Dec 31 23:44:07 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: Jim Winstead <email protected>?subject=Re:%20[PHP-DEV]%20cvs:%20/php3%20control_structures.h%20control_structures_inline.h%20fopen-wrappers.h%20internal_functions.h%20internal_functions_registry.h%20language-scanner.h%20main.h%20mod_php3.h%20modules.h%20operators.h%20php.h%20php3_debugger.h%20php3_hash.h%20php3_list.h%20php3_realpath.h%20request_info.h%20snprintf.h%20stack.h%20tls.h%20token_cache.h%20variables.h%20/php3/convertor%20alloc.h%20language-scanner.h%20main.h%20token_cache.h%20/php3/dl%20phpdl.h%20/php3/functions%20adabasd.h%20base64.h%20basic_functions.h%20cyr_convert.h%20datetime.h%20db.h%20dbase.h%20dl.h%20dns.h%20exec.h%20file.h%20filepro.h%20fsock.h%20ftp.h%20head.h%20hg_comm.h%20html.h%20hw.h%20hw_error.h%20image.h%20info.h%20lcg.c%20md5.h%20microtime.h%20number.h%20pack.h%20php3_aspell.h%20php3_bcmath.h%20php3_browscap.h%20php3_cpdf.h%20php3_dav.h%20php3_dba.h%20php3_dir.h%20php3_fdf.h%20php3_filestat.h%20php3_gettext.h%20php3_global.h%20php3_ifx.h%20php3_interbase.h%20php3_iptc.h%20php> |
    +----------------------------------------------------------------------+
  */
-/* $Id: mod_php3.h,v 1.52 1999/12/03 13:40:38 zeev Exp $ */
+/* $Id: mod_php3.h,v 1.53 2000/01/01 04:44:07 sas Exp $ */
 
 #ifndef _MOD_PHP3_H
 #define _MOD_PHP3_H
Index: php3/modules.h
diff -u php3/modules.h:1.31 php3/modules.h:1.32
--- php3/modules.h:1.31 Sun Dec 26 13:44:40 1999
+++ php3/modules.h Fri Dec 31 23:44:07 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: |
@@ -25,7 +25,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: modules.h,v 1.31 1999/12/26 18:44:40 rasmus Exp $ */
+/* $Id: modules.h,v 1.32 2000/01/01 04:44:07 sas Exp $ */
 
 #ifndef _MODULES_H
 #define _MODULES_H
Index: php3/operators.h
diff -u php3/operators.h:1.37 php3/operators.h:1.38
--- php3/operators.h:1.37 Tue Feb 9 08:28:38 1999
+++ php3/operators.h Fri Dec 31 23:44:07 1999
@@ -3,7 +3,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: |
@@ -30,7 +30,7 @@
  */
 
 
-/* $Id: operators.h,v 1.37 1999/02/09 13:28:38 sas Exp $ */
+/* $Id: operators.h,v 1.38 2000/01/01 04:44:07 sas Exp $ */
 
 
 #ifndef _OPERATORS_H
Index: php3/php.h
diff -u php3/php.h:1.65 php3/php.h:1.66
--- php3/php.h:1.65 Sun Dec 26 13:44:40 1999
+++ php3/php.h Fri Dec 31 23:44:07 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: php.h,v 1.65 1999/12/26 18:44:40 rasmus Exp $ */
+/* $Id: php.h,v 1.66 2000/01/01 04:44:07 sas Exp $ */
 
 #ifndef _PHP_H
 #define _PHP_H
Index: php3/php3_debugger.h
diff -u php3/php3_debugger.h:1.12 php3/php3_debugger.h:1.13
--- php3/php3_debugger.h:1.12 Thu Apr 22 09:19:48 1999
+++ php3/php3_debugger.h Fri Dec 31 23:44:07 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: php3_debugger.h,v 1.12 1999/04/22 13:19:48 ssb Exp $ */
+/* $Id: php3_debugger.h,v 1.13 2000/01/01 04:44:07 sas Exp $ */
 
 #ifndef _PHP3_DEBUGGER_H
 #define _PHP3_DEBUGGER_H
Index: php3/php3_hash.h
diff -u php3/php3_hash.h:1.8 php3/php3_hash.h:1.9
--- php3/php3_hash.h:1.8 Tue Jun 22 06:18:19 1999
+++ php3/php3_hash.h Fri Dec 31 23:44:07 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: php3_hash.h,v 1.8 1999/06/22 10:18:19 thies Exp $ */
+/* $Id: php3_hash.h,v 1.9 2000/01/01 04:44:07 sas Exp $ */
 
 
 #ifndef _HASH_
Index: php3/php3_list.h
diff -u php3/php3_list.h:1.8 php3/php3_list.h:1.9
--- php3/php3_list.h:1.8 Sun Dec 26 13:44:40 1999
+++ php3/php3_list.h Fri Dec 31 23:44:07 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: php3_list.h,v 1.8 1999/12/26 18:44:40 rasmus Exp $ */
+/* $Id: php3_list.h,v 1.9 2000/01/01 04:44:07 sas Exp $ */
 
 
 #ifndef _LIST_H
Index: php3/php3_realpath.h
diff -u php3/php3_realpath.h:1.4 php3/php3_realpath.h:1.5
--- php3/php3_realpath.h:1.4 Fri Jan 1 12:58:51 1999
+++ php3/php3_realpath.h Fri Dec 31 23:44:07 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: php3_realpath.h,v 1.4 1999/01/01 17:58:51 zeev Exp $ */
+/* $Id: php3_realpath.h,v 1.5 2000/01/01 04:44:07 sas Exp $ */
 
 #ifndef _PHP3_REALPATH_H_
 #define _PHP3_REALPATH_H_
Index: php3/request_info.h
diff -u php3/request_info.h:1.18 php3/request_info.h:1.19
--- php3/request_info.h:1.18 Sun Dec 26 13:44:40 1999
+++ php3/request_info.h Fri Dec 31 23:44:07 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.h,v 1.18 1999/12/26 18:44:40 rasmus Exp $ */
+/* $Id: request_info.h,v 1.19 2000/01/01 04:44:07 sas Exp $ */
 
 #ifndef _REQUEST_INFO_H_
 #define _REQUEST_INFO_H_
Index: php3/snprintf.h
diff -u php3/snprintf.h:1.10 php3/snprintf.h:1.11
--- php3/snprintf.h:1.10 Thu Apr 22 09:19:48 1999
+++ php3/snprintf.h Fri Dec 31 23:44:07 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: snprintf.h,v 1.10 1999/04/22 13:19:48 ssb Exp $ */
+/* $Id: snprintf.h,v 1.11 2000/01/01 04:44:07 sas Exp $ */
 
 #ifndef _PHP3_SNPRINTF_H
 #define _PHP3_SNPRINTF_H
Index: php3/stack.h
diff -u php3/stack.h:1.15 php3/stack.h:1.16
--- php3/stack.h:1.15 Fri Jul 2 12:41:51 1999
+++ php3/stack.h Fri Dec 31 23:44:07 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: stack.h,v 1.15 1999/07/02 16:41:51 markonen Exp $ */
+/* $Id: stack.h,v 1.16 2000/01/01 04:44:07 sas Exp $ */
 
 
 #ifndef _STACK_H
Index: php3/tls.h
diff -u php3/tls.h:1.64 php3/tls.h:1.65
--- php3/tls.h:1.64 Sun Dec 26 13:44:40 1999
+++ php3/tls.h Fri Dec 31 23:44:07 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: tls.h,v 1.64 1999/12/26 18:44:40 rasmus Exp $ */
+/* $Id: tls.h,v 1.65 2000/01/01 04:44:07 sas Exp $ */
 
 #ifndef _TLS_H_
 #define _TLS_H_
Index: php3/token_cache.h
diff -u php3/token_cache.h:1.35 php3/token_cache.h:1.36
--- php3/token_cache.h:1.35 Sun Dec 26 13:44:40 1999
+++ php3/token_cache.h Fri Dec 31 23:44:07 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: token_cache.h,v 1.35 1999/12/26 18:44:40 rasmus Exp $ */
+/* $Id: token_cache.h,v 1.36 2000/01/01 04:44:07 sas Exp $ */
 
 
 #ifndef _TOKEN_CACHE
Index: php3/variables.h
diff -u php3/variables.h:1.54 php3/variables.h:1.55
--- php3/variables.h:1.54 Fri Jan 1 12:58:53 1999
+++ php3/variables.h Fri Dec 31 23:44:07 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: variables.h,v 1.54 1999/01/01 17:58:53 zeev Exp $ */
+/* $Id: variables.h,v 1.55 2000/01/01 04:44:07 sas Exp $ */
 
 
 #ifndef _VARIABLES_H
Index: php3/convertor/alloc.h
diff -u php3/convertor/alloc.h:1.8 php3/convertor/alloc.h:1.9
--- php3/convertor/alloc.h:1.8 Fri Jan 1 12:59:03 1999
+++ php3/convertor/alloc.h Fri Dec 31 23:44:08 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: alloc.h,v 1.8 1999/01/01 17:59:03 zeev Exp $ */
+/* $Id: alloc.h,v 1.9 2000/01/01 04:44:08 sas Exp $ */
 
 #ifndef _ALLOC_H
 #define _ALLOC_H
Index: php3/convertor/language-scanner.h
diff -u php3/convertor/language-scanner.h:1.6 php3/convertor/language-scanner.h:1.7
--- php3/convertor/language-scanner.h:1.6 Fri Jan 1 12:59:03 1999
+++ php3/convertor/language-scanner.h Fri Dec 31 23:44:08 1999
@@ -3,7 +3,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: |
@@ -30,7 +30,7 @@
  */
 
 
-/* $Id: language-scanner.h,v 1.6 1999/01/01 17:59:03 zeev Exp $ */
+/* $Id: language-scanner.h,v 1.7 2000/01/01 04:44:08 sas Exp $ */
 
 
 #ifndef _LANGUAGE_SCANNER_H
Index: php3/convertor/main.h
diff -u php3/convertor/main.h:1.6 php3/convertor/main.h:1.7
--- php3/convertor/main.h:1.6 Fri Jan 1 12:59:03 1999
+++ php3/convertor/main.h Fri Dec 31 23:44:08 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: main.h,v 1.6 1999/01/01 17:59:03 zeev Exp $ */
+/* $Id: main.h,v 1.7 2000/01/01 04:44:08 sas Exp $ */
 
 
 #ifndef _MAIN_H
Index: php3/convertor/token_cache.h
diff -u php3/convertor/token_cache.h:1.8 php3/convertor/token_cache.h:1.9
--- php3/convertor/token_cache.h:1.8 Fri Jan 1 12:59:04 1999
+++ php3/convertor/token_cache.h Fri Dec 31 23:44:08 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: token_cache.h,v 1.8 1999/01/01 17:59:04 zeev Exp $ */
+/* $Id: token_cache.h,v 1.9 2000/01/01 04:44:08 sas Exp $ */
 
 
 #ifndef _TOKEN_CACHE
Index: php3/dl/phpdl.h
diff -u php3/dl/phpdl.h:1.14 php3/dl/phpdl.h:1.15
--- php3/dl/phpdl.h:1.14 Fri Jan 1 12:59:05 1999
+++ php3/dl/phpdl.h Fri Dec 31 23:44:08 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%20control_structures.h%20control_structures_inline.h%20fopen-wrappers.h%20internal_functions.h%20internal_functions_registry.h%20language-scanner.h%20main.h%20mod_php3.h%20modules.h%20operators.h%20php.h%20php3_debugger.h%20php3_hash.h%20php3_list.h%20php3_realpath.h%20request_info.h%20snprintf.h%20stack.h%20tls.h%20token_cache.h%20variables.h%20/php3/convertor%20alloc.h%20language-scanner.h%20main.h%20token_cache.h%20/php3/dl%20phpdl.h%20/php3/functions%20adabasd.h%20base64.h%20basic_functions.h%20cyr_convert.h%20datetime.h%20db.h%20dbase.h%20dl.h%20dns.h%20exec.h%20file.h%20filepro.h%20fsock.h%20ftp.h%20head.h%20hg_comm.h%20html.h%20hw.h%20hw_error.h%20image.h%20info.h%20lcg.c%20md5.h%20microtime.h%20number.h%20pack.h%20php3_aspell.h%20php3_bcmath.h%20php3_browscap.h%20php3_cpdf.h%20php3_dav.h%20php3_dba.h%20php3_dir.h%20php3_fdf.h%20php3_filestat.h%20php3_gettext.h%20php3_global.h%20php3_ifx.h%20php3_interbase.h%20php3_iptc.h%20php3_ldap.h) |
    +----------------------------------------------------------------------+
  */
-/* $Id: base64.h,v 1.12 1999/01/01 17:59:07 zeev Exp $ */
+/* $Id: base64.h,v 1.13 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _BASE64_h
 #define _BASE64_h
Index: php3/functions/basic_functions.h
diff -u php3/functions/basic_functions.h:1.44 php3/functions/basic_functions.h:1.45
--- php3/functions/basic_functions.h:1.44 Tue Sep 21 13:31:47 1999
+++ php3/functions/basic_functions.h Fri Dec 31 23:44:09 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: basic_functions.h,v 1.44 1999/09/21 17:31:47 rasmus Exp $ */
+/* $Id: basic_functions.h,v 1.45 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _BASIC_FUNCTIONS_H
 #define _BASIC_FUNCTIONS_H
Index: php3/functions/cyr_convert.h
diff -u php3/functions/cyr_convert.h:1.2 php3/functions/cyr_convert.h:1.3
--- php3/functions/cyr_convert.h:1.2 Fri Jan 1 12:59:07 1999
+++ php3/functions/cyr_convert.h Fri Dec 31 23:44:09 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: cyr_convert.h,v 1.2 1999/01/01 17:59:07 zeev Exp $ */
+/* $Id: cyr_convert.h,v 1.3 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _CYR_CONVERT_H
 #define _CYR_CONVERT_H
Index: php3/functions/datetime.h
diff -u php3/functions/datetime.h:1.16 php3/functions/datetime.h:1.17
--- php3/functions/datetime.h:1.16 Mon Jul 12 15:21:25 1999
+++ php3/functions/datetime.h Fri Dec 31 23:44:09 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: datetime.h,v 1.16 1999/07/12 19:21:25 sklar Exp $ */
+/* $Id: datetime.h,v 1.17 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _DATETIME_H
 #define _DATETIME_H
Index: php3/functions/db.h
diff -u php3/functions/db.h:1.22 php3/functions/db.h:1.23
--- php3/functions/db.h:1.22 Fri Jan 1 12:59:08 1999
+++ php3/functions/db.h Fri Dec 31 23:44:09 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.h,v 1.22 1999/01/01 17:59:08 zeev Exp $ */
+/* $Id: db.h,v 1.23 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _PHP3_DB_H
 #define _PHP3_DB_H
Index: php3/functions/dbase.h
diff -u php3/functions/dbase.h:1.13 php3/functions/dbase.h:1.14
--- php3/functions/dbase.h:1.13 Fri Jan 1 12:59:08 1999
+++ php3/functions/dbase.h Fri Dec 31 23:44:09 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.h,v 1.13 1999/01/01 17:59:08 zeev Exp $ */
+/* $Id: dbase.h,v 1.14 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _DBASE_H
 #define _DBASE_H
Index: php3/functions/dl.h
diff -u php3/functions/dl.h:1.21 php3/functions/dl.h:1.22
--- php3/functions/dl.h:1.21 Fri Jan 1 12:59:08 1999
+++ php3/functions/dl.h Fri Dec 31 23:44:09 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: |
@@ -30,7 +30,7 @@
  */
 
 
-/* $Id: dl.h,v 1.21 1999/01/01 17:59:08 zeev Exp $ */
+/* $Id: dl.h,v 1.22 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _DL_H
 #define _DL_H
Index: php3/functions/dns.h
diff -u php3/functions/dns.h:1.12 php3/functions/dns.h:1.13
--- php3/functions/dns.h:1.12 Fri Jan 1 12:59:08 1999
+++ php3/functions/dns.h Fri Dec 31 23:44:09 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: dns.h,v 1.12 1999/01/01 17:59:08 zeev Exp $ */
+/* $Id: dns.h,v 1.13 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _DNS_H
 #define _DNS_H
Index: php3/functions/exec.h
diff -u php3/functions/exec.h:1.8 php3/functions/exec.h:1.9
--- php3/functions/exec.h:1.8 Fri Jan 1 12:59:09 1999
+++ php3/functions/exec.h Fri Dec 31 23:44:09 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: exec.h,v 1.8 1999/01/01 17:59:09 zeev Exp $ */
+/* $Id: exec.h,v 1.9 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _EXEC_H
 #define _EXEC_H
Index: php3/functions/file.h
diff -u php3/functions/file.h:1.31 php3/functions/file.h:1.32
--- php3/functions/file.h:1.31 Mon Nov 15 06:45:38 1999
+++ php3/functions/file.h Fri Dec 31 23:44:09 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: file.h,v 1.31 1999/11/15 11:45:38 ssb Exp $ */
+/* $Id: file.h,v 1.32 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _FILE_H
 #define _FILE_H
Index: php3/functions/filepro.h
diff -u php3/functions/filepro.h:1.9 php3/functions/filepro.h:1.10
--- php3/functions/filepro.h:1.9 Fri Jan 1 12:59:09 1999
+++ php3/functions/filepro.h Fri Dec 31 23:44:09 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: |
@@ -34,7 +34,7 @@
 
  */
 
-/* $Id: filepro.h,v 1.9 1999/01/01 17:59:09 zeev Exp $ */
+/* $Id: filepro.h,v 1.10 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _FILEPRO_H
 #define _FILEPRO_H
Index: php3/functions/fsock.h
diff -u php3/functions/fsock.h:1.26 php3/functions/fsock.h:1.27
--- php3/functions/fsock.h:1.26 Tue Jun 22 06:19:39 1999
+++ php3/functions/fsock.h Fri Dec 31 23:44:09 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%20control_structures.h%20control_structures_inline.h%20fopen-wrappers.h%20internal_functions.h%20internal_functions_registry.h%20language-scanner.h%20main.h%20mod_php3.h%20modules.h%20operators.h%20php.h%20php3_debugger.h%20php3_hash.h%20php3_list.h%20php3_realpath.h%20request_info.h%20snprintf.h%20stack.h%20tls.h%20token_cache.h%20variables.h%20/php3/convertor%20alloc.h%20language-scanner.h%20main.h%20token_cache.h%20/php3/dl%20phpdl.h%20/php3/functions%20adabasd.h%20base64.h%20basic_functions.h%20cyr_convert.h%20datetime.h%20db.h%20dbase.h%20dl.h%20dns.h%20exec.h%20file.h%20filepro.h%20fsock.h%20ftp.h%20head.h%20hg_comm.h%20html.h%20hw.h%20hw_error.h%20image.h%20info.h%20lcg.c%20md5.h%20microtime.h%20number.h%20pack.h%20php3_aspell.h%20php3_bcmath.h%20php3_browscap.h%20php3_cpdf.h%20php3_dav.h%20php3_dba.h%20php3_dir.h%20php3_fdf.h%20php3_filestat.h%20php3_gettext.h%20php3_global.h%20php3_ifx.h%20php3_interbase.h%20php3_iptc.h%2> |
    +----------------------------------------------------------------------+
  */
-/* $Id: info.h,v 1.7 1999/06/19 02:35:16 jim Exp $ */
+/* $Id: info.h,v 1.8 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _INFO_H
 #define _INFO_H
Index: php3/functions/lcg.c
diff -u php3/functions/lcg.c:1.2 php3/functions/lcg.c:1.3
--- php3/functions/lcg.c:1.2 Fri Sep 17 13:51:56 1999
+++ php3/functions/lcg.c Fri Dec 31 23:44:09 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: php3/functions/md5.h
diff -u php3/functions/md5.h:1.15 php3/functions/md5.h:1.16
--- php3/functions/md5.h:1.15 Sun May 23 05:54:56 1999
+++ php3/functions/md5.h Fri Dec 31 23:44:09 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: md5.h,v 1.15 1999/05/23 09:54:56 sas Exp $ */
+/* $Id: md5.h,v 1.16 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _md5_h
 #define _md5_h
Index: php3/functions/microtime.h
diff -u php3/functions/microtime.h:1.8 php3/functions/microtime.h:1.9
--- php3/functions/microtime.h:1.8 Fri Feb 12 04:13:08 1999
+++ php3/functions/microtime.h Fri Dec 31 23:44:09 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: microtime.h,v 1.8 1999/02/12 09:13:08 fmk Exp $ */
+/* $Id: microtime.h,v 1.9 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _MICROTIME_H
 #define _MICROTIME_H
Index: php3/functions/number.h
diff -u php3/functions/number.h:1.18 php3/functions/number.h:1.19
--- php3/functions/number.h:1.18 Fri Jan 1 12:59:14 1999
+++ php3/functions/number.h Fri Dec 31 23:44:09 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: number.h,v 1.18 1999/01/01 17:59:14 zeev Exp $
+/* $Id: number.h,v 1.19 2000/01/01 04:44:09 sas Exp $
    Arbitrary precision numbers header file. */
 
 /* This file is part of GNU bc.
Index: php3/functions/pack.h
diff -u php3/functions/pack.h:1.8 php3/functions/pack.h:1.9
--- php3/functions/pack.h:1.8 Fri Jan 1 12:59:14 1999
+++ php3/functions/pack.h Fri Dec 31 23:44:09 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: pack.h,v 1.8 1999/01/01 17:59:14 zeev Exp $ */
+/* $Id: pack.h,v 1.9 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _PACK_H
 #define _PACK_H
Index: php3/functions/php3_aspell.h
diff -u php3/functions/php3_aspell.h:1.2 php3/functions/php3_aspell.h:1.3
--- php3/functions/php3_aspell.h:1.2 Mon Jan 11 06:20:19 1999
+++ php3/functions/php3_aspell.h Fri Dec 31 23:44:09 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: php3_aspell.h,v 1.2 1999/01/11 11:20:19 steinm Exp $ */
+/* $Id: php3_aspell.h,v 1.3 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _ASPELL_H
 #define _ASPELL_H
Index: php3/functions/php3_bcmath.h
diff -u php3/functions/php3_bcmath.h:1.19 php3/functions/php3_bcmath.h:1.20
--- php3/functions/php3_bcmath.h:1.19 Fri Jan 1 12:59:15 1999
+++ php3/functions/php3_bcmath.h Fri Dec 31 23:44:09 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: php3_bcmath.h,v 1.19 1999/01/01 17:59:15 zeev Exp $ */
+/* $Id: php3_bcmath.h,v 1.20 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _PHP3_BCMATH_H
 #define _PHP3_BCMATH_H
Index: php3/functions/php3_browscap.h
diff -u php3/functions/php3_browscap.h:1.10 php3/functions/php3_browscap.h:1.11
--- php3/functions/php3_browscap.h:1.10 Fri Jan 1 12:59:15 1999
+++ php3/functions/php3_browscap.h Fri Dec 31 23:44:09 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: php3_browscap.h,v 1.10 1999/01/01 17:59:15 zeev Exp $ */
+/* $Id: php3_browscap.h,v 1.11 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _PHP3_BROWSCAP_H
 #define _PHP3_BROWSCAP_H
Index: php3/functions/php3_cpdf.h
diff -u php3/functions/php3_cpdf.h:1.9 php3/functions/php3_cpdf.h:1.10
--- php3/functions/php3_cpdf.h:1.9 Thu Jul 1 16:21:40 1999
+++ php3/functions/php3_cpdf.h Fri Dec 31 23:44:09 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: Uwe Steinmann |
    +----------------------------------------------------------------------+
  */
-/* $Id: php3_cpdf.h,v 1.9 1999/07/01 20:21:40 steinm Exp $ */
+/* $Id: php3_cpdf.h,v 1.10 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _PHP3_CPDF_H
 #define _PHP3_CPDF_H
Index: php3/functions/php3_dav.h
diff -u php3/functions/php3_dav.h:1.4 php3/functions/php3_dav.h:1.5
--- php3/functions/php3_dav.h:1.4 Thu May 27 11:00:50 1999
+++ php3/functions/php3_dav.h Fri Dec 31 23:44:09 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: |
Index: php3/functions/php3_dba.h
diff -u php3/functions/php3_dba.h:1.11 php3/functions/php3_dba.h:1.12
--- php3/functions/php3_dba.h:1.11 Tue Jun 22 16:25:26 1999
+++ php3/functions/php3_dba.h Fri Dec 31 23:44:09 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: php3_dba.h,v 1.11 1999/06/22 20:25:26 jimjag Exp $ */
+/* $Id: php3_dba.h,v 1.12 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _DBA_H
 #define _DBA_H
Index: php3/functions/php3_dir.h
diff -u php3/functions/php3_dir.h:1.9 php3/functions/php3_dir.h:1.10
--- php3/functions/php3_dir.h:1.9 Fri Jan 1 12:59:15 1999
+++ php3/functions/php3_dir.h Fri Dec 31 23:44:09 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: php3_dir.h,v 1.9 1999/01/01 17:59:15 zeev Exp $ */
+/* $Id: php3_dir.h,v 1.10 2000/01/01 04:44:09 sas Exp $ */
 
 #ifndef _PHP3_DIR_H
 #define _PHP3_DIR_H
Index: php3/functions/php3_fdf.h
diff -u php3/functions/php3_fdf.h:1.3 php3/functions/php3_fdf.h:1.4
--- php3/functions/php3_fdf.h:1.3 Fri Aug 6 02:35:53 1999
+++ php3/functions/php3_fdf.h Fri Dec 31 23:44:09 1999
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | PHP HTML Embedded Scripting Language Version 3.0 |
    +-------------------------------