intl 3.0.0

Internationalization extension


pecl/intl is not mainained anymore. Use the version bundled with PHP.

The Internationalization extension exposes functionality of the ICU library to PHP.

This extension has been bundled with PHP since version 5.3. This PECL version backports improvements made in the development version of PHP to PHP 5.2-5.4.
Version 3.0 is in sync with PHP 5.5.

License: PHP License

This package is not maintained anymore and has been superseded. Package has moved to channel http://php.net/manual/en/book.intl.php

Changes

- Fixed build on PHP 5.5+.
- Bring error reporting in converter more in line with the rest.
- Fix parameter parsing in Uconverter::convert() for PHP 5.5.
- Fix intlcal_get_time_zone() not setting local error.
- Fix arginfo for BreakIterator::getLocale().
- Fixed compiler warnings.