]> granicus.if.org Git - php/commitdiff
Moved to 4.0.7.
authorAndrei Zmievski <andrei@php.net>
Mon, 27 Aug 2001 16:53:39 +0000 (16:53 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 27 Aug 2001 16:53:39 +0000 (16:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7a23ccc6aadc47a996108a5e58ff37f7c6cde3c2..209c6d0632057d62b96c09db29e7348dc6cf0eb4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,13 @@
 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)
 
 ?? ??? 200?, Version 4.0.7
+- 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)
 - Fixed a crash in dbase_replace_record (Patch by robin.marlow@dps-int.com)
 - Fixed a crash in msql_result() (Zeev)
 - Added support for single dimensional SafeArrays and Enumerations.