]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Mon, 22 Nov 1999 02:08:37 +0000 (02:08 +0000)
committer <changelog@php.net> <>
Mon, 22 Nov 1999 02:08:37 +0000 (02:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 73532da5c6d0b25756400f2d3a705fa4925ea344..c28214a8fb4b82ed93f040f43b99c9f1a8ed0fcf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ?? ????, Version 4.0 Beta 4
+- Fixed float-compare in min(),max(),a[r]sort(),[r]sort(). (Thies)
+- Implemented get_html_translation_table() function. (Thies)
+- Implemented array_flip() function. Returns input-array with key, value
+  flipped. (Thies)
 - Added Berkeley DB3 support in DBA (Sascha)
 - Implemented 2-Arg version of strtr($str,$translation_array). This can be used
   to revert what htmlspecialchars() did. (Thies)