From: Date: Sat, 4 Mar 2000 02:09:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP-4.0-RC1~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d19142fc22b1df6f92d93537d0810e88230692e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4d2c908e15..43c2e2c4bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2000-03-03 Charles Hagenbuch + + * ext/imap/imap.c: adding the fix for bug #3685 to php4 as well. + +2000-03-03 Stig Bakken + + * TODO: crazy idea brought on by someone at FAST + +2000-03-03 Sascha Schumann + + * acinclude.m4 + configure.in + reentrancy.c: + Support HP-UX 10.x non-standard time-related reentrant functions + +2000-03-03 Jouni Ahto + + * ext/gd/gd.c: + (imagearc) - Fix #3706. + +2000-03-03 Uwe Steinmann + + * tests/testhyperwave + ext/domxml/domxml.c + tests/testdom: - tiny changes to testscript and domxml + + * ext/hyperwave/hg_comm.c + ext/hyperwave/hw.c: - more changes to use zend_llist + +2000-03-03 Sascha Schumann + + * ext/imap/config.m4: make it work + + * ext/imap/config.m4: Better lib check + + * ext/imap/config.m4: + Also consider $i/include while searching for rfc822.h + +2000-03-03 Uwe Steinmann + + * ext/domxml/domxml.c: + - xmltree() now returns an 'Dom Document' object with prop root and + children. root contains just the root element, children is an array + with all nodes on root level, e.g. comment, pi, element + + * ext/domxml/domxml.c: - added property type to obejct xml doc + +2000-03-03 Zeev Suraski + + * php.ini-dist: Fix spelling + +2000-03-03 Joe Martin + + * ext/oci8/oci8.c + ext/oci8/php_oci8.h: + Added functions to retrieve scale, precision and raw oracle data type for + columns. + 2000-03-02 David Hedbor * sapi/roxen/README: Now recommend --enable-roxen-zts...