From: Date: Tue, 24 Apr 2001 01:09:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6ada12aa21837845cefb4bfd4fe1b5e0ede80e0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index fa64b48a12..2f3fdbcd95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2001-04-23 Zeev Suraski + + * build/build2.mk: Remove unnecessary tab (was killing Tru64 make) + +2001-04-23 Chuck Hagenbuch + + * ext/imap/php_imap.c: + Fix for bug 9908: check that the result of mail_sort is not 0 before trying + to dereference the pointer. :) + + Also, free sort programs - this might have been a memory leak. + +2001-04-23 Colin Viebrock + + * pear/Crypt/CBC.php: use $this->raiseError instead ... thanks Stig + +2001-04-23 Ulf Wendel + + * pear/Experimental/Image/color_helper.php + pear/Experimental/Image/gbutton.php + pear/Experimental/Image/gtext.php: whitespaces + some require_once + +2001-04-23 Colin Viebrock + + * pear/Crypt/CBC.php: use PEAR::raiseError now + +2001-04-23 Ulf Wendel + + * pear/Experimental/Cache/OutputCompression.php: + headers can be send even if there's already a setcookie() etc. + +2001-04-23 Frank M. Kromann + + * main/config.w32.h + main/php_ini.c: Fix build on WIn32 + Should the new directorys be static? + +2001-04-23 Thies C. Arntzen + + * ext/oci8/oci8.c: fixed ZTS buidl - still some WS pollution left + +2001-04-23 Jani Taskinen + + * configure.in: Fixed bugs: #10194, #9177. + + * configure.in: MFH + +2001-04-23 Rasmus Lerdorf + + * configure.in: Uh, weird typo. Wonder when that crept in. + +2001-04-23 Jon Parise + + * pear/Makefile.in: Updater.php -> Uploader.php + 2001-04-22 Sterling Hughes * ext/ccvs/ccvs.c: Fix bug #10447.