From: Pierre Joye Date: Mon, 26 Jan 2009 22:34:16 +0000 (+0000) Subject: - IDN entry X-Git-Tag: php-5.3.0beta1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4670e62f130810f9a3a400eddb1b23adb9051d4b;p=php - IDN entry --- diff --git a/NEWS b/NEWS index 6c8b56e0c3..c92d330713 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ PHP NEWS - Changed open_basedir to allow tightening in runtime contexts. (Sara) - Changed PHP/Zend extensions to use flexible build IDs. (Stas) +- Added support for IDN via ICU in intl, idn_to_ascii and idn_to_utf8. (Pierre) - Added support for SSH via libssh2 in cURL. (Pierre) - Added support for fnmatch() on Windows. (Pierre) - Added support for time_nanosleep() and time_sleep_until() on Windows.