From: Date: Wed, 1 Mar 2000 02:09:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP-4.0-RC1~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44a52bcd9bdb9deed85610ff2d207a601307621f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a40f5e516d..88913c9ef2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2000-02-29 Charles Hagenbuch + + * ext/imap/imap.c: + Fix Bug #3632 - sanity check to not access a message that doesn't exist. + +2000-02-29 Jouni Ahto + + * ext/gd/gd.c: + (image(createfrom?)png) Fix a typo & remove unused variable. + +2000-02-29 Sascha Schumann + + * ext/imap/config.m4: + Automatically try to symlink c-client.a to libc-client.a, so people + can avoid changing things. + + * ext/imap/config.m4: + Rewrite IMAP checks. This should solve the problems people had with + shared imap libs + + * acinclude.m4 + configure.in: + AD_ADD_LIBRARY_DEFER allows people to add libraries in a deferred way + (needed for imap and recode) + +2000-02-29 Sterling Hughes + + * pear/File/Find.php: Added common usages and trailing ?> + + * pear/File/Find.php: + A class that will search/map directory trees, see the descriptions in + the comments and at the very bottom. + +2000-02-29 Andrei Zmievski + + * ext/standard/html.h + ext/standard/html.c: + Made php_escape_html_entities() as a separate function for export. + +2000-02-29 David Hedbor + + * sapi/roxen/roxen.c: + Fixed a compilation problem with roxen.c due to a change in Pike to fix a + conflict with embedded Perl. + + * sapi/roxen/roxen.c: roxen.c + + * sapi/roxen/config.m4: Removed warning about ZTS since it works fine now. + 2000-02-28 Charles Hagenbuch * ext/imap/imap.c: