]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 29 Mar 2003 01:30:51 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Sat, 29 Mar 2003 01:30:51 +0000 (01:30 +0000)
ChangeLog

index c00939a7aef825848a8bd8887999741f20fb677f..569790c8d8c8d6fc31b7daab946e0fce53042171 100644 (file)
--- 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: