From: <changelog@php.net> Date: Sat, 9 Oct 1999 05:41:39 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0b3_RC2~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=200052b51c694cf5350443c1e13e3447a6d46f37;p=php NEWS update --- diff --git a/NEWS b/NEWS index bbd02e1eec..f5a434fa17 100644 --- 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)