]> granicus.if.org Git - php/commitdiff
update news
authorDaniel Beulshausen <dbeu@php.net>
Thu, 17 May 2001 17:21:26 +0000 (17:21 +0000)
committerDaniel Beulshausen <dbeu@php.net>
Thu, 17 May 2001 17:21:26 +0000 (17:21 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 95e2b0e5275f4c06c0a5baf4c6bfa4f159c848ae..ed076a049b8b54c88f66d3b792a67a109a97b9d3 100644 (file)
--- 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