From 36d2e71de1a2a0dee46482a17feb18433c9ac7af Mon Sep 17 00:00:00 2001 From: Date: Fri, 4 May 2001 01:09:19 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4a906c4324..fe77aa6441 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2001-05-03 Thomas V.V.Cox + + * pear/Experimental/XML/Xml2obj.php: + This class takes an xml file and maps it to an objects tree. It doesn't + need DOM support, and the resultant tree is more easy (and limited) to handle. + Note that it's experimental and waiting for comments. + +2001-05-03 Derick Rethans + + * ext/standard/image.c: + - Applied a patch that enables getimagesize to return the size of .bmp and + .psd files (Patch by Paul Jongsma ) + - Added support to getimagesize to return dimensions of BMP and PSD + files + +2001-05-03 Wez Furlong + + * TODO-4.1.txt: Added streams stuff + +2001-05-03 Chuck Hagenbuch + + * ext/imap/php_imap.c: + add crash guard (valid message number check) to imap_body(). + + * ext/imap/php_imap.c: + removing references to IMSP module, which will probably never be ported to + php4 (lack of a publically available library implementing it). + + * ext/imap/php_imap.c: + Fix for #8359. imap_fetchheader should never return the full message; the + FT_PREFETCHTEXT flag is just a hint to c-client that you'll be asking for + the message text next. + +2001-05-03 Sascha Schumann + + * ext/session/mod_mm.c + ext/session/modules.c + ext/session/php_session.h + ext/session/session.c: + add an interface for registering storage modules at run-time. + +2001-05-03 Harald Radi + + * ext/com/COM.c: fixed leaky code + +2001-05-03 Sascha Schumann + + * sapi/thttpd/thttpd.c: Replace slow strlcpy with a quick memcpy. + +2001-05-03 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c: + Some fixes in Udm_Cat_List and Udm_Cat_Path functions. + +2001-05-03 Jani Taskinen + + * build/buildcheck.sh: Fix bug #10589 + +2001-05-03 Rui Hirokawa + + * ext/iconv/.cvsignore + ext/mbstring/.cvsignore: added .cvsignore. + + * ext/mbstring/mbstring.c: + deleted some function aliases. + 2001-05-02 Hartmut Holzgraefe * ext/ext_skel -- 2.40.0