]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 9 Oct 1999 05:41:39 +0000 (05:41 +0000)
committer <changelog@php.net> <>
Sat, 9 Oct 1999 05:41:39 +0000 (05:41 +0000)
NEWS

diff --git a/NEWS b/NEWS
index bbd02e1eecab199b8cdfb96f66ae5b0eb688a450..f5a434fa177689aec8c7580fd5fb20cfcebe231d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ PHP 4.0                                                                    NEWS
 
 ?? ?? 1999, Version 4.0 Beta 3
 
+- Fixed gmmktime() so that the following should always be true:
+  gmmktime([args]) == mktime([args]) + date('Z', mktime([args])) (Jouni)
+- setlocale doesn't anymore screw up things if you forgot to change it back
+  to the original settings. (Jouni)
 - Switched to new system where ChangeLog is automagically updated from commit
   messages. NEWS file is now the place for public announcements. (Andrei)
 - Fixed refcount problem in XML module. (Thies)