From 943af6592402cb8c4dc923504bc081dcfb883ea0 Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Thu, 17 May 2001 17:21:26 +0000 Subject: [PATCH] update news --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 95e2b0e5275..ed076a049b8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.7-dev +- Updated the sockets extension to use resources instead of longs for the Socket + descriptors. + The socket functions have been renamed to conform with the PHP standard + instead of their C counterparts. + The sockets extension is now usable under Win32 (Daniel) - Added disk_total_space() to return the total size of a filesystem. (Patch from Steven Bower) - Renamed diskfreespace() to disk_free_space() to conform to established