Remi's RPM repository - Packages

Blog | Forum | Repository

php-symfony2-Locale - Symfony2 Locale Component

Website:
http://symfony.com/doc/current/components/locale.html
Licence:
MIT
Vendor:
Remi Collet
Description:
Locale component provides fallback code to handle cases when the intl extension
is missing. Additionally it extends the implementation of a native Locale
(http://php.net/manual/en/class.locale.php) class with several handy methods.

Replacement for the following functions and classes is provided:

* intl_is_failure
* intl_get_error_code
* intl_get_error_message
* Collator
* IntlDateFormatter
* Locale
* NumberFormatter

Stub implementation only supports the en locale.

Packages

php-symfony2-Locale-2.3.6-1.el5.remi.noarch [20 KiB] Changelog by Remi Collet (2013-10-18):
- Update to 2.3.6
php-symfony2-Locale-2.2.5-1.el5.remi.noarch [1.5 MiB] Changelog by Remi Collet (2013-08-22):
- Updated to 2.2.5
- disable tests as results are ignored...