From: Date: Wed, 25 Apr 2001 01:09:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b4923a6f1efa767459a342b5c7cc6223c2a3c40;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2f3fdbcd95..583ba16227 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,73 @@ +2001-04-24 Stig Bakken + + * TODO-4.1.txt: whoops, two less items for 4.1 + +2001-04-24 Sterling Hughes + + * ext/curl/curl.c: Fixed a crash bug. + + Return the proper amount. + +2001-04-24 Chuck Hagenbuch + + * ext/imap/php_imap.c: MFH: fix crash bug in imap_sort (#9908). + +2001-04-24 Sascha Schumann + + * sapi/apache2filter/sapi_apache2.c: + MFH: Accomodate Apache HTTPD 2.0 API change + + * sapi/apache2filter/sapi_apache2.c: + Accomodate Apache HTTPD 2.0 API change + +2001-04-24 Thomas V.V.Cox + + * pear/DB/ifx.php: + don't return error on non-supported fetchmode (disturbs common::getAll) + + * pear/DB/common.php: + -updated getXxx methods to use the DB_result interface, also some + improvements in error checking and updated inline doc. From this moment + fetchRow on DB_extentions is no longer needed. + +2001-04-24 Sascha Schumann + + * ext/ircg/php_ircg.h + ext/ircg/ircg.c + ext/ircg/ircg_scanner.c: + Add support for suppressing the "loopback" of messages sent using ircg_msg. + + Add support for nickname escaping + + Using this technique it becomes possible to use nicknames like + "John Doe" in the front-end. Scripts can use ircg_nickname_(un)escape. + This should be applyable to channel names as well. + + A new flag character (2) is introduced which unescapes the respective + argument. + + I.e. a format string could look like + + "%2f joins %c" + + In the case of "G|27n|27R", this would be interpolated as: + + "G'n'R joins foobar" + + I.e. %12f means "unescape the parameter and apply javascript escaping". + +2001-04-24 Ulf Wendel + + * pear/Cache.php + pear/Experimental/Cache/OutputCompression.php: + Made Cache::save() a wrapper for Cache::extSave() + +2001-04-24 David Hedbor + + * sapi/caudium/caudium.c: + Disable use of th_farm since it doesn't seem to work. Uses a Pike layer + thread farm now instead. + 2001-04-23 Zeev Suraski * build/build2.mk: Remove unnecessary tab (was killing Tru64 make)