]> granicus.if.org Git - php/commitdiff
refining
authorSascha Schumann <sas@php.net>
Sun, 20 May 2001 11:13:56 +0000 (11:13 +0000)
committerSascha Schumann <sas@php.net>
Sun, 20 May 2001 11:13:56 +0000 (11:13 +0000)
NEWS

diff --git a/NEWS b/NEWS
index df2aa52b8ae1235746550ee7ca24d014c8e118b5..fa837f5cc90ed7cffdb4007d179ba9ab275350e0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,14 +6,14 @@ PHP 4.0                                                                    NEWS
 - Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
   specified that the drawn curve should be rounded. (Sterling)
 - Updated the sockets extension to use resources instead of longs for the
-  ocket 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)
+  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
   naming conventions. (jon)
-- Fix for bug 2181. Now zero is returned instead of an unset value for
+- Fixed #2181. Now zero is returned instead of an unset value for
   7-bit encoding and plain text body type. (Vlad)
 - Fixed a bug in call_user_*() functions that would not allow calling
   functions/methods that accepted parameters by reference. (Andrei)