From: Date: Thu, 2 Mar 2000 02:09:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP-4.0-RC1~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8aec3164cefc59e628f37d6b76619b6f2760442;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 88913c9ef2..73226814ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2000-03-01 Uwe Steinmann + + * ext/domxml/domxml.c + tests/testdom: - started to implement overload class for xml node + +2000-03-01 David Hedbor + + * 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 + + * ext/standard/math.c: Only two lines are allowed here. + +2000-03-01 Hartmut Holzgraefe + + * ext/standard/math.c: round(-0.1) will now return 0 instead of -0 + +2000-03-01 Thies C. Arntzen + + * NEWS: . + + * ext/oci8/oci8.c: - OCINLogon no longer crashes. + +2000-03-01 Evan Klinger + + * ext/cybercash/cyberlib.php: + get rid of warning when $url["port"] isn't set + +2000-03-01 Charles Hagenbuch + + * 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 * ext/imap/imap.c: