From: Date: Wed, 15 Mar 2000 02:09:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP-4.0-RC1~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca7fcf038fcf8e81fac50a1a8d4e3fdac3d1996d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2e8acaa811..96fa249e7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2000-03-14 Egon Schmid + + * ext/oci8/oci8.c: One space character is enough. + + * ext/oci8/oci8.c: + Thies, please check the function names and descriptions. + +2000-03-14 Uwe Steinmann + + * ext/domxml/domxml.c + tests/testdom: - fixed invalid class names + - added standalone, encoding attribute to DocDocument class + +2000-03-14 Hartmut Holzgraefe + + * ext/imap/imap.c: + I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!! + I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!! + I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!! + + * ext/standard/filestat.c + ext/imap/imap.c: + imap_utf7_encode didn't expand international characters to 16bit + before coding + imap_fetch_overview could crash when some fields where missing + imap_fetch_overview will now take msg indices for default and + UIDs by optional flag, as the other functions in the family + +2000-03-14 Thies C. Arntzen + + * ext/standard/var.c: + - fixed possible crash in unserialize if the serailized data was + damaged. + +2000-03-14 Andi Gutmans + + * ext/odbc/php_odbc.c: - ELS are passed to internal functions + 2000-03-13 Egon Schmid * ext/gd/gd.c: Fixed some protos.