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

diff --git a/NEWS b/NEWS
index 64c2829d5f66343288bf5fa13c06ff48c8fa354b..73532da5c6d0b25756400f2d3a705fa4925ea344 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ?? ????, Version 4.0 Beta 4
+- 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)
 - Fixed mem-overwrite in XML_Parse_Into_Struct. (Thies)
 - Added substr_replace() function. (Andrei)