1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
This commit is contained in:
Thies C. Arntzen
2000-06-15 18:15:44 +00:00
parent fbbbcdbaa7
commit a99ca5a64a

2
NEWS
View File

@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.1
- Functions that expect a resource but are passed something else now return
NULL instead of FALSE. (Thies, Zend Engine)
- 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