summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-01-23 02:09:09 +0000
committer <changelog@php.net>2001-01-23 02:09:09 +0000
commit55f7053c0056f15622a39e5e6f50ddae027492ce (patch)
treea8aa0f0e9a730cf58291d187cd5db2bb7848ead4
parent36ef109f1a823d0ac02dff3fd62b2e8a217e061a (diff)
downloadphp-git-55f7053c0056f15622a39e5e6f50ddae027492ce.tar.gz
NEWS update
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 91eff28f0b..aa745cf367 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.5
+- Improved str_replace() to accept an array for any parameter - similar
+ to preg_replace(). (Andrei)
+- Fixed extract() to properly prefix numeric keys when EXTR_PREFIX_ALL is
+ used. (Andrei)
+- Added EXTR_PREFIX_INVALID flag to extract() to automatically prefix
+ string keys that do not constitute valid variable names. (Andrei)
- BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
- Fixed the Apache module to overwrite PATH_TRANSLATED with SCRIPT_FILENAME,
only if PATH_TRANSLATED is not previously set (Zeev)