From: Daniel Beulshausen Date: Thu, 17 May 2001 17:21:26 +0000 (+0000) Subject: update news X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~375 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=943af6592402cb8c4dc923504bc081dcfb883ea0;p=php update news --- diff --git a/NEWS b/NEWS index 95e2b0e527..ed076a049b 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