From: Andrei Zmievski Date: Wed, 24 Apr 2002 15:30:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~448 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77629de74e3b8ac23a677b26fff91419bb53f638;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index dd24a1f8d6..25007be738 100644 --- a/NEWS +++ b/NEWS @@ -68,6 +68,7 @@ PHP 4 NEWS process is now more portable and less resource-consuming. (Sascha) 03 May 2002, Version 4.2.1 +- Fixed a couple of bugs in array_sum() and array_merge(). (Andrei) - Fixed SJIS directory name handling under Windows. (Rui) - Fixed empty mb_output_handler() output when Content-Type is specified. (Yasuo)