From: Yasuo Ohgaki Date: Mon, 29 Apr 2002 09:55:39 +0000 (+0000) Subject: Added touch fix X-Git-Tag: php-4.2.1RC1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd7cb9285293f92522f6027f1c6b729a188dbbab;p=php Added touch fix --- diff --git a/NEWS b/NEWS index bde601881b..bfa15874e4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 03 May 2002, Version 4.2.1 +- Fixed malformed atime/mtime with touch(). (Yasuo) - 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.