From: Moriyoshi Koizumi Date: Sun, 11 May 2003 09:09:01 +0000 (+0000) Subject: new feature news. X-Git-Tag: RELEASE_0_9b~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa8a31691de55ccf70b5512a9f88c72baa273134;p=php new feature news. --- diff --git a/NEWS b/NEWS index 32ad7edd19..0bb3527dde 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ PHP NEWS - Changed array_search() to accept also objects as a needle. (Moriyoshi) - Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick) - Changed uniqid() parameters to be optional and allow any prefix length. (Marcus) +- Added encoding detection feature for expat XML parser. (Adam Dickmeiss, Moriyoshi) - Added missing multibyte(unicode) support and numeric entity support to html_entity_decode(). (Moriyoshi) - Added opendir() and stat() related support to ftp:// wrapper. (Sara)