summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-03-29 01:30:51 +0000
committer <changelog@php.net>2003-03-29 01:30:51 +0000
commit789b0a83f063f7f009192294d40a33f40c6ea0dc (patch)
treeed8b8de0ae70596651c5b25b1147a9d274cc43b7
parent56a172cc04ef6da71b54c22103a3c7ecadf64c00 (diff)
downloadphp-git-789b0a83f063f7f009192294d40a33f40c6ea0dc.tar.gz
ChangeLog update
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c00939a7ae..569790c8d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2003-03-28 Derick Rethans <d.rethans@jdimedia.nl>
+
+ * run-tests.php:
+ - Add the exponent to the float modifier
+
+2003-03-28 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * tests/classes/interfaces_001.phpt
+ tests/classes/interfaces_002.phpt:
+ fix these tests
+
+2003-03-28 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * sapi/cgi/cgi_main.c:
+ Do the right fix..
+
+ * sapi/cgi/cgi_main.c:
+ Fixed bug #22773
+
+ * main/php_variables.c:
+ On 64bit platforms, pointers are 64bit long..
+
+2003-03-28 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/standard/file.c:
+ CS
+
+2003-03-28 David Hill <David.Hill@hp.com>
+
+ * ext/standard/parsedate.y:
+ Changing parsedate to be reentrant using pure_parser (Dave)
+
+2003-03-28 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * ext/mbstring/mbstring.c:
+ Removed redundant aliases & CS fix.
+
2003-03-27 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
* main/php_variables.c: