From 0dccef294c2d5ec951f5a059d81ae64c55f074a3 Mon Sep 17 00:00:00 2001 From: Date: Sat, 13 Jan 2001 02:09:14 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1900509099..2e90d357af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2001-01-12 Sean Grimes + + * pear/XML/Render.php: + Adding Render.php, which helps render documents from XML files. + +2001-01-12 Stig Venaas + + * ext/ldap/ldap.c: + Added parallel search when given array of link identifiers + + * ext/standard/http_fopen_wrapper.c: + Follows redirects again, and $http_response_header now contains all headers + with an empty string as delimiter + +2001-01-12 Jani Taskinen + + * ext/domxml/php_domxml.c: - Fixed a possible crash bug in xmltree(). + +2001-01-12 Sascha Schumann + + * ext/ircg/ircg.c: + We never want to appand to the result string, so set len to 0 initially. + + * ext/ircg/ircg.c: Encode HTML entities by default + + * ext/ircg/ircg.c: + Add a hook for signaling "you're gone" to the client on channel part + +2001-01-12 Chuck Hagenbuch + + * pear/HTTP/Compress.php + pear/Makefile.in: + Add HTTP_Compress::, which provides an easy wrapper around producing + gzip-compressed html. This should be ported to use the ob_gzhandler() output + handler, but I haven't had a chance to look into that yet. + +2001-01-12 Sascha Schumann + + * ext/ircg/ircg.c: + Add a format string which allows us to implement a transaction-like + JS interface for large joins (many changes, one commit). + + * ext/ircg/ircg.c + ext/ircg/php_ircg.h: Make the format-msg functions actually available. + + * ext/ircg/ircg.c: + Make some strings static to avoid reallocating the buffers a thousand + times per second. + + * ext/ircg/ircg.c: + Try to be more memory friendly by avoiding storing redundant data. + +2001-01-12 Sterling Hughes + + * ext/curl/curl.c + ext/curl/php_curl.h: Make daniel's changes work in ZTS mode... + +2001-01-12 Daniel Beulshausen + + * ext/curl/php_curl.h: take out emtpy struct + +2001-01-12 Mika Tuupola + + * pear/Makefile.in: + PR: + Submitted by: + Reviewed by: + Obtained from: + Added Image_Remote class. + +2001-01-12 Rasmus Lerdorf + + * ext/mysql/php_mysql.c: + Fix for bug 6073 from Sean R. Bright + 2001-01-11 Colin Viebrock * pear/Crypt/CBC.php: Class that emulates Perl's Crypt::CBC module -- 2.40.0