From f7420d58da95b250205073a777cdcedf0e6e0035 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Fri, 30 Oct 2009 17:27:55 +0000 Subject: [PATCH] report collator_get_sort_key --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 34234bab436..dfca2c1b07b 100644 --- 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).