]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 25 Aug 2001 00:10:57 +0000 (00:10 +0000)
committer <changelog@php.net> <>
Sat, 25 Aug 2001 00:10:57 +0000 (00:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a395f2640b4e143555352bbc6b52a507c22ab371..7a23ccc6aadc47a996108a5e58ff37f7c6cde3c2 100644 (file)
--- 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)