summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-08-27 16:53:39 +0000
committerAndrei Zmievski <andrei@php.net>2001-08-27 16:53:39 +0000
commit30562acbb2a4ba69e3df458863f2885fc068ecc0 (patch)
tree4a2eac2dff928c92296f7d55e66749e0e30c8f4a
parent2186ced3a6ca1a258d7ad711c969dbc41f4dd544 (diff)
downloadphp-git-30562acbb2a4ba69e3df458863f2885fc068ecc0.tar.gz
Moved to 4.0.7.
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7a23ccc6aa..209c6d0632 100644
--- 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.