From c141fcbf5385a68d8258e1a005554930184e0e7c Mon Sep 17 00:00:00 2001 From: Date: Sat, 17 Jun 2000 02:14:17 +0000 Subject: [PATCH] NEWS update --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 159109b1cc0..b9ce8caaa43 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Enhanced WDDX functions to call __sleep() and __wakeup() when working on + objects. (Andrei) +- Changed WDDX to serialize arrays as structs only if needed. (Thies) +- Implemented max_execution_time under Win32 (Zeev) - 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)