diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-05-08 11:05:15 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-05-08 11:05:15 +0000 |
commit | 72253ffd9f07e03630a164b0702c864b53cc255d (patch) | |
tree | 97c997c8682778ccb203b2b64f874710af2a2c30 | |
parent | 6ed4fd1666596b8e0a182d049a30bc63d8a554b1 (diff) | |
download | php-git-72253ffd9f07e03630a164b0702c864b53cc255d.tar.gz |
NFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ 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 missing multibyte(unicode) support and numeric entity support to + html_entity_decode(). (Moriyoshi) - Added opendir() and stat() related support to ftp:// wrapper. (Sara) - Added IPv6 support to ext/sockets. (Sara) - Added context options to http_fopen_wrapper 'method', 'header', 'content'. (Sara) |