From: Wez Furlong Date: Fri, 24 Aug 2001 09:01:41 +0000 (+0000) Subject: update news X-Git-Tag: PRE_SUBST_Z_MACROS~373 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6738cda17cbddad7c053e6906044ed2bbce57801;p=php update news --- diff --git a/NEWS b/NEWS index 3be881d95f..b4bf0c1235 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP 4.0 NEWS ?? ??? 200?, Version 4.0.8-dev ?? ??? 200?, Version 4.0.7 +- Add support for chinese encodings to htmlentities() and htmlspecialchars() + (Patch by Alan Knowles and Wez) - 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.