mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
NEWS update
This commit is contained in:
parent
05ed227dde
commit
200052b51c
1 changed files with 4 additions and 0 deletions
4
NEWS
4
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue