]> granicus.if.org Git - php/commitdiff
report collator_get_sort_key
authorStanislav Malyshev <stas@php.net>
Fri, 30 Oct 2009 17:27:55 +0000 (17:27 +0000)
committerStanislav Malyshev <stas@php.net>
Fri, 30 Oct 2009 17:27:55 +0000 (17:27 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 34234bab43672fe37317c7fce58234ebca84451d..dfca2c1b07b7519c0fbe782dd1ba03ff4efa9daa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ PHP                                                                        NEWS
   DOS via temporary file exhaustion. (Ilia)
 - Added ReflectionMethod::setAccessible() for invoking non-public methods
   through the Reflection API. (Sebastian)
+- Added Collator::getSortKey for intl extension. (Stas)
   
 - Implemented FR #49571 (CURLOPT_POSTREDIR not implemented). (Sriram Natarajan)
 - Implemented FR #49253 (added support for libcurl's CERTINFO option).