summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>1999-11-21 02:08:42 +0000
committer <changelog@php.net>1999-11-21 02:08:42 +0000
commit450bd9c164ebf53cb95a4a7c88f2ae56e63c0174 (patch)
treea36c62766877e6cb9282e1187604dc4606ad3621
parent9a047652cc1fad4871ac84015e6efa7973f8ff54 (diff)
downloadphp-git-450bd9c164ebf53cb95a4a7c88f2ae56e63c0174.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 64c2829d5f..73532da5c6 100644
--- 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)