summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2000-05-18 01:09:08 +0000
committer <changelog@php.net>2000-05-18 01:09:08 +0000
commitaeb34769237175b541a5ab8a874b4ca7e3ab1409 (patch)
tree19e795dd236ffc745018f1adabde01a144306480 /NEWS
parent87fbbfa692f340f6b2f73eb40e4533feb5e5152e (diff)
downloadphp-git-aeb34769237175b541a5ab8a874b4ca7e3ab1409.tar.gz
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c7a85e63f0..9ab208f167 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.0 Release
+- Improved round() to allow specification of rounding precision.
+ (Andrei, Todd Kirby <kirbyt@yahoo.com>)
- Added SORT_REGULAR, SORT_NUMERIC, SORT_STRING flags that can be used with
non-user sort functions for precise sorting behavior. (Andrei)
- Fixed two 64-bit issues (startup crash, gethostbyaddr). (Sascha)