From baad58df057645b0df3799772deda72d0c5e99a3 Mon Sep 17 00:00:00 2001 From: Date: Fri, 16 Jun 2000 02:14:16 +0000 Subject: [PATCH] NEWS update --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 79c937edf77..159109b1cc0 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Updated strtotime() to handle many more formats. It now has complete + feature parity with GNU date command. (Andrei) - Add support for multiple arguments in unset(). (Faisal, Zend Engine) - Functions that expect a resource but are passed something else now return NULL instead of FALSE. (Thies, Zend Engine)