From fbbbcdbaa735033a58c737a1d562a71f29a85246 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Thu, 15 Jun 2000 16:28:19 +0000 Subject: [PATCH] Another entry. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 57b9eaf63df..a3503de03b5 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Fixed gmmktime(), on certain systems it incorrectly adjusted for the timezone + offset and daylight savings time. (Andrei) - Moved VC++ Win32 project and workspace files to the win32 directory (Zeev) - Require the year arg to checkdate to be an integer (Rasmus)