1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

NEWS update

This commit is contained in:
1999-11-22 02:08:37 +00:00
parent fc95f04b10
commit fb50f7da29
+4
View File
@@ -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)