From: Date: Mon, 22 Nov 1999 02:08:37 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_RETURN_REF_PATCH~319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb50f7da29631c4aec03d84c7aacd28930567f69;p=php NEWS update --- diff --git a/NEWS b/NEWS index 73532da5c6..c28214a8fb 100644 --- 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)