From 72c05b07d58c32f758f48770df802eea8820e0fe Mon Sep 17 00:00:00 2001 From: Date: Mon, 19 Nov 2001 01:11:34 +0000 Subject: [PATCH] NEWS update --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 04c4b41f9db..108141395aa 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.2.0-dev +- Added md5_file(), which calculaties the MD5 sum of a file. + (patch by: Alessandro Astarita ) (Derick) - Fixed a bug in WDDX deserialization that would sometimes corrupt the root element if it was a scalar one. (Andrei) - Added support for parsing recordsets contained in WDDX packets. (Andrei)