summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-05-19 16:12:53 +0000
committerAndrei Zmievski <andrei@php.net>2001-05-19 16:12:53 +0000
commitb398cbf72fbecdd3d4bfeee6966b69dbd5506429 (patch)
tree2d020261d667dcaa94a4db6aaf9f9fa5d878889a /NEWS
parentba8af2515e77bf0bed3375d15cfa60ba342f6dea (diff)
downloadphp-git-b398cbf72fbecdd3d4bfeee6966b69dbd5506429.tar.gz
Format.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 6 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 6d05e07496..46e4d3d60c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,15 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.7-dev
-- Fixed bugs in the mcrypt extension that caused crashes (Derick)
+- Fixed bugs in the mcrypt extension that caused crashes. (Derick)
- Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
specified that the drawn curve should be rounded. (Sterling)
- Fixed getopt so it accepts arguments in the form -<option><value> not
- just -<option> <value> (jmoore)
-- 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)
+ just -<option> <value>. (jmoore)
+- 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)
- 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