summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-03-02 02:09:12 +0000
committer <changelog@php.net>2000-03-02 02:09:12 +0000
commitf8aec3164cefc59e628f37d6b76619b6f2760442 (patch)
tree3f90240d87fa97dfa3d882da43f3930302364f1f
parent8b5570488791af410a13896a5523b8e5a8a1b658 (diff)
downloadphp-git-f8aec3164cefc59e628f37d6b76619b6f2760442.tar.gz
ChangeLog update
-rw-r--r--ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88913c9ef2..73226814ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2000-03-01 Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de>
+
+ * ext/domxml/domxml.c
+ tests/testdom: - started to implement overload class for xml node
+
+2000-03-01 David Hedbor <david@hedbor.org>
+
+ * sapi/roxen/roxen.c:
+ Removal of printf-debug, changed sp/fp to Pike_sp / Pike_fp instead of
+ using a define.
+
+2000-03-01 Egon Schmid <eschmid@s.netic.de>
+
+ * ext/standard/math.c: Only two lines are allowed here.
+
+2000-03-01 Hartmut Holzgraefe <hholzgra@media-engineering.de>
+
+ * ext/standard/math.c: round(-0.1) will now return 0 instead of -0
+
+2000-03-01 Thies C. Arntzen <thies@digicol.de>
+
+ * NEWS: .
+
+ * ext/oci8/oci8.c: - OCINLogon no longer crashes.
+
+2000-03-01 Evan Klinger <evan715@sirius.com>
+
+ * ext/cybercash/cyberlib.php:
+ get rid of warning when $url["port"] isn't set
+
+2000-03-01 Charles Hagenbuch <chagenbu@wso.williams.edu>
+
+ * ext/imap/imap.c: Fix compile warnings.
+
+ * ext/imap/imap.c:
+ Add _php_imap_parse_address(), which replaces a lot of duplicated,
+ hard-to-follow code in imap_headerinfo(). This code also happened to be
+ broken, causing the $h->to, $h->from, etc arrays to contain only the first
+ address, not every address. This is fixed now.
+
+ * ext/mcal/php_mcal.c: Show the minor MCAL version if we have it.
+
2000-02-29 Charles Hagenbuch <chagenbu@wso.williams.edu>
* ext/imap/imap.c: