summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-01-26 22:34:16 +0000
committerPierre Joye <pajoye@php.net>2009-01-26 22:34:16 +0000
commit4670e62f130810f9a3a400eddb1b23adb9051d4b (patch)
tree56fca6c36cc2241a878015c5d1105f3c7dc132c0
parent503779eb17639dd563addfc8acfd69520b902278 (diff)
downloadphp-git-4670e62f130810f9a3a400eddb1b23adb9051d4b.tar.gz
- IDN entry
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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.