Date: 12/31/99
- Previous message: Sascha Schumann: "[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"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sas Fri Dec 31 23:48:05 1999 EDT
Modified files:
/php3 configuration-parser.y configuration-scanner.lex
language-parser.y language-scanner.lex
/php3/test/interbase 004.php3t
Log:
Happy Y2K patch
Index: php3/configuration-parser.y
diff -u php3/configuration-parser.y:1.79 php3/configuration-parser.y:1.80
--- php3/configuration-parser.y:1.79 Sun Dec 26 13:44:36 1999
+++ php3/configuration-parser.y Fri Dec 31 23:48:04 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: configuration-parser.y,v 1.79 1999/12/26 18:44:36 rasmus Exp $ */
+/* $Id: configuration-parser.y,v 1.80 2000/01/01 04:48:04 sas Exp $ */
#define DEBUG_CFG_PARSER 1
#include "php.h"
Index: php3/configuration-scanner.lex
diff -u php3/configuration-scanner.lex:1.35 php3/configuration-scanner.lex:1.36
--- php3/configuration-scanner.lex:1.35 Sat Aug 28 20:58:00 1999
+++ php3/configuration-scanner.lex Fri Dec 31 23:48:04 1999
@@ -4,7 +4,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 the GNU General Public License as published by |
Index: php3/language-parser.y
diff -u php3/language-parser.y:1.181 php3/language-parser.y:1.182
--- php3/language-parser.y:1.181 Sun Dec 26 13:44:37 1999
+++ php3/language-parser.y Fri Dec 31 23:48:04 1999
@@ -4,7 +4,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: |
@@ -31,7 +31,7 @@
*/
-/* $Id: language-parser.y,v 1.181 1999/12/26 18:44:37 rasmus Exp $ */
+/* $Id: language-parser.y,v 1.182 2000/01/01 04:48:04 sas Exp $ */
/*
Index: php3/language-scanner.lex
diff -u php3/language-scanner.lex:1.183 php3/language-scanner.lex:1.184
--- php3/language-scanner.lex:1.183 Sun Dec 26 13:44:37 1999
+++ php3/language-scanner.lex Fri Dec 31 23:48:04 1999
@@ -4,7 +4,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/test/interbase/004.php3t
diff -u php3/test/interbase/004.php3t:1.3 php3/test/interbase/004.php3t:1.4
--- php3/test/interbase/004.php3t:1.3 Sat Dec 25 19:54:28 1999
+++ php3/test/interbase/004.php3t Fri Dec 31 23:48:05 1999
@@ -4,7 +4,7 @@
--GET--
--FILE--
<?
-/* $Id: 004.php3t,v 1.3 1999/12/26 00:54:28 rasmus Exp $ */
+/* $Id: 004.php3t,v 1.4 2000/01/01 04:48:05 sas Exp $ */
require("interbase/interbase.inc");
@@ -77,7 +77,7 @@
ibase_blob_add($bl_h, "+----------------------------------------------------------------------+\n");
ibase_blob_add($bl_h, "| PHP HTML Embedded Scripting Language Version 3.0 |\n");
ibase_blob_add($bl_h, "+----------------------------------------------------------------------+\n");
- ibase_blob_add($bl_h, "| Copyright (c) 1997-1999 PHP Development Team (See Credits file) |\n");
+ ibase_blob_add($bl_h, "| Copyright (c) 1997-2000 PHP Development Team (See Credits file) |\n");
ibase_blob_add($bl_h, "+----------------------------------------------------------------------+\n");
ibase_blob_add($bl_h, "| This program is free software; you can redistribute it and/or modify |\n");
ibase_blob_add($bl_h, "| it under the terms of one of the following licenses: |\n");
@@ -128,7 +128,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: |
@@ -153,7 +153,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: |
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Previous message: Sascha Schumann: "[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"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

