[PHP-DEV] cvs: /php3 CREDITS control_structures.h control_structures_inline.h highlight.c internal_functions.c internal_functions.h internal_functions_registry.h language-parser.y language-scanner.h language-scanner.lex list.c main.c main.h operators.c operators.h php.h php3_hash.c php3_hash.h php3_list.h stack.c stack.h token_cache.c token_cache.h variables.c variables.h /php3/functions basic_functions.c basic_functions.h bcmath.c datetime.c datetime.h info.c number.c number.h php3_bcmath.h From: Andi Gutmans (andi <email protected>)
Date: 04/10/00

andi Mon Apr 10 12:29:38 2000 EDT

  Modified files:
    /php3 CREDITS control_structures.h control_structures_inline.h
                 highlight.c internal_functions.c internal_functions.h
                 internal_functions_registry.h language-parser.y
                 language-scanner.h language-scanner.lex list.c main.c main.h
                 operators.c operators.h php.h php3_hash.c php3_hash.h
                 php3_list.h stack.c stack.h token_cache.c token_cache.h
                 variables.c variables.h
    /php3/functions basic_functions.c basic_functions.h bcmath.c
                           datetime.c datetime.h info.c number.c number.h
                           php3_bcmath.h
  Log:
  - Finally change my Email address in PHP 3
  
  
Index: php3/CREDITS
diff -u php3/CREDITS:1.51 php3/CREDITS:1.52
--- php3/CREDITS:1.51 Mon Mar 27 08:34:03 2000
+++ php3/CREDITS Mon Apr 10 12:29:35 2000
@@ -15,7 +15,7 @@
 * Oracle module work
 
 
-Andi Gutmans (andi <email protected>) and Zeev Suraski (zeev <email protected>)
+Andi Gutmans (andi <email protected>) and Zeev Suraski (zeev <email protected>)
 
 * New language definition and implementation
 * Internal functions API design
Index: php3/control_structures.h
diff -u php3/control_structures.h:1.45 php3/control_structures.h:1.46
--- php3/control_structures.h:1.45 Mon Feb 7 15:54:49 2000
+++ php3/control_structures.h Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: control_structures.h,v 1.45 2000/02/07 23:54:49 zeev Exp $ */
+/* $Id: control_structures.h,v 1.46 2000/04/10 19:29:36 andi Exp $ */
 
 
 #ifndef _CONTROL_STRUCTURES_H
Index: php3/control_structures_inline.h
diff -u php3/control_structures_inline.h:1.204 php3/control_structures_inline.h:1.205
--- php3/control_structures_inline.h:1.204 Mon Feb 7 15:54:49 2000
+++ php3/control_structures_inline.h Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: control_structures_inline.h,v 1.204 2000/02/07 23:54:49 zeev Exp $ */
+/* $Id: control_structures_inline.h,v 1.205 2000/04/10 19:29:36 andi Exp $ */
 
 #include "php.h"
 #include "internal_functions.h"
Index: php3/highlight.c
diff -u php3/highlight.c:1.40 php3/highlight.c:1.41
--- php3/highlight.c:1.40 Mon Feb 7 15:54:49 2000
+++ php3/highlight.c Mon Apr 10 12:29:36 2000
@@ -23,12 +23,12 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: highlight.c,v 1.40 2000/02/07 23:54:49 zeev Exp $ */
+/* $Id: highlight.c,v 1.41 2000/04/10 19:29:36 andi Exp $ */
 
 #define YY_TLS_VARS
 extern char *phptext;
Index: php3/internal_functions.c
diff -u php3/internal_functions.c:1.364 php3/internal_functions.c:1.365
--- php3/internal_functions.c:1.364 Mon Feb 7 15:54:50 2000
+++ php3/internal_functions.c Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: internal_functions.c,v 1.364 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: internal_functions.c,v 1.365 2000/04/10 19:29:36 andi Exp $ */
 
 #include "php.h"
 #ifndef MSVC5
Index: php3/internal_functions.h
diff -u php3/internal_functions.h:1.132 php3/internal_functions.h:1.133
--- php3/internal_functions.h:1.132 Mon Feb 7 15:54:50 2000
+++ php3/internal_functions.h Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: internal_functions.h,v 1.132 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: internal_functions.h,v 1.133 2000/04/10 19:29:36 andi Exp $ */
 
 
 #ifndef _INTERNAL_FUNCTIONS_H
Index: php3/internal_functions_registry.h
diff -u php3/internal_functions_registry.h:1.103 php3/internal_functions_registry.h:1.104
--- php3/internal_functions_registry.h:1.103 Mon Feb 7 15:54:50 2000
+++ php3/internal_functions_registry.h Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: internal_functions_registry.h,v 1.103 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: internal_functions_registry.h,v 1.104 2000/04/10 19:29:36 andi Exp $ */
 
 #ifndef _INTERNAL_FUNCTIONS_REGISTRY_H
 #define _INTERNAL_FUNCTIONS_REGISTRY_H
Index: php3/language-parser.y
diff -u php3/language-parser.y:1.184 php3/language-parser.y:1.185
--- php3/language-parser.y:1.184 Mon Feb 7 15:54:50 2000
+++ php3/language-parser.y Mon Apr 10 12:29:36 2000
@@ -25,13 +25,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
 */
 
 
-/* $Id: language-parser.y,v 1.184 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: language-parser.y,v 1.185 2000/04/10 19:29:36 andi Exp $ */
 
 
 /*
Index: php3/language-scanner.h
diff -u php3/language-scanner.h:1.21 php3/language-scanner.h:1.22
--- php3/language-scanner.h:1.21 Mon Feb 7 15:54:50 2000
+++ php3/language-scanner.h Mon Apr 10 12:29:36 2000
@@ -24,13 +24,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: language-scanner.h,v 1.21 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: language-scanner.h,v 1.22 2000/04/10 19:29:36 andi Exp $ */
 
 
 #ifndef _LANGUAGE_SCANNER_H
Index: php3/language-scanner.lex
diff -u php3/language-scanner.lex:1.184 php3/language-scanner.lex:1.185
--- php3/language-scanner.lex:1.184 Fri Dec 31 20:48:04 1999
+++ php3/language-scanner.lex Mon Apr 10 12:29:36 2000
@@ -25,7 +25,7 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <bourbon <email protected>> |
    +----------------------------------------------------------------------+
 */
Index: php3/list.c
diff -u php3/list.c:1.90 php3/list.c:1.91
--- php3/list.c:1.90 Mon Feb 7 15:54:50 2000
+++ php3/list.c Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: list.c,v 1.90 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: list.c,v 1.91 2000/04/10 19:29:36 andi Exp $ */
 
 #include "php.h"
 #include "php3_list.h"
Index: php3/main.c
diff -u php3/main.c:1.512 php3/main.c:1.513
--- php3/main.c:1.512 Sat Jan 29 11:33:04 2000
+++ php3/main.c Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <bourbon <email protected>> |
    | Rasmus Lerdorf <rasmus <email protected>> |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: main.c,v 1.512 2000/01/29 19:33:04 rasmus Exp $ */
+/* $Id: main.c,v 1.513 2000/04/10 19:29:36 andi Exp $ */
 
 /* #define CRASH_DETECTION */
 
Index: php3/main.h
diff -u php3/main.h:1.60 php3/main.h:1.61
--- php3/main.h:1.60 Mon Feb 7 15:54:50 2000
+++ php3/main.h Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: main.h,v 1.60 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: main.h,v 1.61 2000/04/10 19:29:36 andi Exp $ */
 
 
 #ifndef _MAIN_H
Index: php3/operators.c
diff -u php3/operators.c:1.106 php3/operators.c:1.107
--- php3/operators.c:1.106 Mon Mar 20 08:38:06 2000
+++ php3/operators.c Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: operators.c,v 1.106 2000/03/20 16:38:06 askalski Exp $ */
+/* $Id: operators.c,v 1.107 2000/04/10 19:29:36 andi Exp $ */
 
 #include "php.h"
 #include "functions/number.h"
Index: php3/operators.h
diff -u php3/operators.h:1.39 php3/operators.h:1.40
--- php3/operators.h:1.39 Mon Feb 7 15:54:50 2000
+++ php3/operators.h Mon Apr 10 12:29:36 2000
@@ -24,13 +24,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: operators.h,v 1.39 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: operators.h,v 1.40 2000/04/10 19:29:36 andi Exp $ */
 
 
 #ifndef _OPERATORS_H
Index: php3/php.h
diff -u php3/php.h:1.68 php3/php.h:1.69
--- php3/php.h:1.68 Mon Feb 7 15:54:50 2000
+++ php3/php.h Mon Apr 10 12:29:36 2000
@@ -23,12 +23,12 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php.h,v 1.68 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: php.h,v 1.69 2000/04/10 19:29:36 andi Exp $ */
 
 #ifndef _PHP_H
 #define _PHP_H
Index: php3/php3_hash.c
diff -u php3/php3_hash.c:1.13 php3/php3_hash.c:1.14
--- php3/php3_hash.c:1.13 Mon Feb 7 15:54:50 2000
+++ php3/php3_hash.c Mon Apr 10 12:29:36 2000
@@ -23,11 +23,11 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
-/* $Id: php3_hash.c,v 1.13 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: php3_hash.c,v 1.14 2000/04/10 19:29:36 andi Exp $ */
 #include "php.h"
 
 #include <stdio.h>
Index: php3/php3_hash.h
diff -u php3/php3_hash.h:1.10 php3/php3_hash.h:1.11
--- php3/php3_hash.h:1.10 Mon Feb 7 15:54:50 2000
+++ php3/php3_hash.h Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: php3_hash.h,v 1.10 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: php3_hash.h,v 1.11 2000/04/10 19:29:36 andi Exp $ */
 
 
 #ifndef _HASH_
Index: php3/php3_list.h
diff -u php3/php3_list.h:1.10 php3/php3_list.h:1.11
--- php3/php3_list.h:1.10 Mon Feb 7 15:54:50 2000
+++ php3/php3_list.h Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: php3_list.h,v 1.10 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: php3_list.h,v 1.11 2000/04/10 19:29:36 andi Exp $ */
 
 
 #ifndef _LIST_H
Index: php3/stack.c
diff -u php3/stack.c:1.20 php3/stack.c:1.21
--- php3/stack.c:1.20 Mon Feb 7 15:54:50 2000
+++ php3/stack.c Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: stack.c,v 1.20 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: stack.c,v 1.21 2000/04/10 19:29:36 andi Exp $ */
 
 
 #include "php.h"
Index: php3/stack.h
diff -u php3/stack.h:1.17 php3/stack.h:1.18
--- php3/stack.h:1.17 Mon Feb 7 15:54:50 2000
+++ php3/stack.h Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: stack.h,v 1.17 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: stack.h,v 1.18 2000/04/10 19:29:36 andi Exp $ */
 
 
 #ifndef _STACK_H
Index: php3/token_cache.c
diff -u php3/token_cache.c:1.96 php3/token_cache.c:1.97
--- php3/token_cache.c:1.96 Mon Feb 7 15:54:50 2000
+++ php3/token_cache.c Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: token_cache.c,v 1.96 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: token_cache.c,v 1.97 2000/04/10 19:29:36 andi Exp $ */
 
 extern char *phptext;
 extern int phpleng;
Index: php3/token_cache.h
diff -u php3/token_cache.h:1.37 php3/token_cache.h:1.38
--- php3/token_cache.h:1.37 Mon Feb 7 15:54:50 2000
+++ php3/token_cache.h Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: token_cache.h,v 1.37 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: token_cache.h,v 1.38 2000/04/10 19:29:36 andi Exp $ */
 
 
 #ifndef _TOKEN_CACHE
Index: php3/variables.c
diff -u php3/variables.c:1.164 php3/variables.c:1.165
--- php3/variables.c:1.164 Mon Feb 7 15:54:50 2000
+++ php3/variables.c Mon Apr 10 12:29:36 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: variables.c,v 1.164 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: variables.c,v 1.165 2000/04/10 19:29:36 andi Exp $ */
 #include "php.h"
 #if HAVE_STRING_H
 #include <string.h>
Index: php3/variables.h
diff -u php3/variables.h:1.56 php3/variables.h:1.57
--- php3/variables.h:1.56 Mon Feb 7 15:54:50 2000
+++ php3/variables.h Mon Apr 10 12:29:37 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: variables.h,v 1.56 2000/02/07 23:54:50 zeev Exp $ */
+/* $Id: variables.h,v 1.57 2000/04/10 19:29:37 andi Exp $ */
 
 
 #ifndef _VARIABLES_H
Index: php3/functions/basic_functions.c
diff -u php3/functions/basic_functions.c:1.286 php3/functions/basic_functions.c:1.287
--- php3/functions/basic_functions.c:1.286 Fri Feb 25 12:00:51 2000
+++ php3/functions/basic_functions.c Mon Apr 10 12:29:37 2000
@@ -23,12 +23,12 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: basic_functions.c,v 1.286 2000/02/25 20:00:51 sas Exp $ */
+/* $Id: basic_functions.c,v 1.287 2000/04/10 19:29:37 andi Exp $ */
 #include "php.h"
 #include "modules.h"
 #include "internal_functions.h"
Index: php3/functions/basic_functions.h
diff -u php3/functions/basic_functions.h:1.47 php3/functions/basic_functions.h:1.48
--- php3/functions/basic_functions.h:1.47 Wed Feb 23 14:57:21 2000
+++ php3/functions/basic_functions.h Mon Apr 10 12:29:37 2000
@@ -23,13 +23,13 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected> |
    +----------------------------------------------------------------------+
- | Authors: Andi Gutmans <andi <email protected>> |
+ | Authors: Andi Gutmans <andi <email protected>> |
    | Zeev Suraski <zeev <email protected>> |
    +----------------------------------------------------------------------+
  */
 
 
-/* $Id: basic_functions.h,v 1.47 2000/02/23 22:57:21 zeev Exp $ */
+/* $Id: basic_functions.h,v 1.48 2000/04/10 19:29:37 andi Exp $ */
 
 #ifndef _BASIC_FUNCTIONS_H
 #define _BASIC_FUNCTIONS_H
Index: php3/functions/bcmath.c
diff -u php3/functions/bcmath.c:1.32 php3/functions/bcmath.c:1.33
--- php3/functions/bcmath.c:1.32 Tue Feb 22 07:13:57 2000
+++ php3/functions/bcmath.c Mon Apr 10 12:29:37 2000
@@ -23,11 +23,11 @@
    | If you did not, or have any questions about PHP licensing, please |
    | contact core <email protected>