From: Date: Thu, 16 Mar 2000 02:09:06 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP-4.0-RC1~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b28d6b50c280ee56a5bf1cbf6646ad8c5a4daeb0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 96fa249e7a..9d7702575b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2000-03-15 Joey Smith + + * ext/recode/.cvsignore: Adding .cvsignore to ext/recode + +2000-03-15 Andi Gutmans + + * fopen-wrappers.c: - WIN32 -> PHP_WIN32 + +2000-03-15 Uwe Steinmann + + * NEWS + ext/domxml/config.m4 + ext/domxml/domxml.c: - support for libxml 2.0 beta + +2000-03-15 Sam Ruby + + * ext/java/README: + Update README to indicate improvements in overload resolution and + easier configuration. + + Add an entry for the Blackdown JDK on Linux, and a note as to why the Sun + JDK on Linux can't be supported at this time. + + * ext/standard/filestat.c: Emulate user/group/other on Windows + + * ext/java/java.c: Cleanup, better error recovery, easier configuration + +2000-03-15 Uwe Steinmann + + * ext/domxml/config.m4: - changed libgz to libz (Bug #3614) + +2000-03-15 Thies C. Arntzen + + * NEWS: . + +2000-03-15 Sam Ruby + + * ext/java/config.m4: + Get Blackdown support to compile. Doesn't seem to be able to find + classes yet... + + It looks like the current Sun JDK 1.2.2 won't be able to be supported. + Green_threads don't work with JVM Initialization, and Sun doesn't support + native_threads yet... + 2000-03-14 Egon Schmid * ext/oci8/oci8.c: One space character is enough.