summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2001-08-25 00:10:57 +0000
committer <changelog@php.net>2001-08-25 00:10:57 +0000
commitef9fc2e66ad7e4c9b48c78334d145e7e9d72a899 (patch)
tree1a2227300eb68b5d20b09714f5ba72c73715e9e0 /NEWS
parentf03a871d9358889f13fe8abf2de06bd48b6e0268 (diff)
downloadphp-git-ef9fc2e66ad7e4c9b48c78334d145e7e9d72a899.tar.gz
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a395f2640b..7a23ccc6aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.8-dev
+- Fixed a crash bug in array_map() if the input arrays had string or
+ non-sequential keys. Also modified it so that if a single array is passed,
+ its keys are preserved in the resulting array. (Andrei)
- Add support for chinese encodings to htmlentities() and htmlspecialchars()
(Patch by Alan Knowles <alan_k@hklc.com> and Wez)