]> granicus.if.org Git - php/commitdiff
- IDN entry
authorPierre Joye <pajoye@php.net>
Mon, 26 Jan 2009 22:34:16 +0000 (22:34 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 26 Jan 2009 22:34:16 +0000 (22:34 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6c8b56e0c3fd33a3a69b62908e0ab0529e69f0b3..c92d330713e51d7cf762d54234a7f53c1b7e7295 100644 (file)
--- 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.