report collator_get_sort_key

This commit is contained in:
Stanislav Malyshev 2009-10-30 17:27:55 +00:00
parent df0252a399
commit f7420d58da

1
NEWS
View File

@ -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).