]> granicus.if.org Git - php/commitdiff
Added touch fix
authorYasuo Ohgaki <yohgaki@php.net>
Mon, 29 Apr 2002 09:55:39 +0000 (09:55 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Mon, 29 Apr 2002 09:55:39 +0000 (09:55 +0000)
NEWS

diff --git a/NEWS b/NEWS
index bde601881bc6ee1b35b8a5772428f7cfd29b7adc..bfa15874e47a33bc63694ef0297cd310e90e5f29 100644 (file)
--- 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.