From: Andrei Zmievski Date: Wed, 24 Apr 2002 15:31:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-4.2.1RC1~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc015f22c9fe48044ea44330c6203dc178dc0481;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index f9b0db57c6..9038f77586 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 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)