1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 00:53:30 +02:00
This commit is contained in:
Sascha Schumann
2001-05-20 11:13:56 +00:00
parent 6468f8b492
commit 5b87add94b

8
NEWS
View File

@@ -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)