summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-11-14 19:44:29 +0000
committerThies C. Arntzen <thies@php.net>1999-11-14 19:44:29 +0000
commit6755a85a3875171dd14a07c736e07f3f43708eb4 (patch)
tree9d5373bf2b56f81d2d1d509609d863324a3bd4ab
parent4127b34a0a586f3b2e675e55c913dd18477398cb (diff)
downloadphp-git-6755a85a3875171dd14a07c736e07f3f43708eb4.tar.gz
clearify
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 265e7ffcc3..15108bafde 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,8 @@ PHP 4.0 NEWS
- Fixed selecting nested-tables in OCI8. (Thies)
- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies)
- Fix OpenLink ODBC support (Stig)
-- Fix min/max behaviour (Thies)
+- min(),max(),a[r]sort(),[r]sort() now work consistent with the language-core.
+ (Thies)
- tempnam() now uses mkstemp() if available (Stig)
- serialize() and var_dump() now honor the precision as set in php.ini
for doubles. (Thies)