diff options
author | Sascha Schumann <sas@php.net> | 2001-05-20 11:13:56 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-05-20 11:13:56 +0000 |
commit | 5b87add94b8020df7acdea07dfd8f111ecf2900d (patch) | |
tree | cb10cdf1644843edf37707da0384ccc00ec15fd3 /NEWS | |
parent | 6468f8b492040c8e973608fa41c5c64a6e2434b2 (diff) | |
download | php-git-5b87add94b8020df7acdea07dfd8f111ecf2900d.tar.gz |
refining
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |