From: Date: Sat, 25 Aug 2001 00:10:57 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_SUBST_Z_MACROS~370 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef9fc2e66ad7e4c9b48c78334d145e7e9d72a899;p=php NEWS update --- 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 and Wez)