This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Intl
Fabien Potencier e2ac5dfc78 Merge branch '2.3' into 2.4
* 2.3:
  fixed various inconsistencies
  reduced recursion when building DumperPrefixCollection
  renamed variables - making next change more readable
  removing dead code.
  [DomCrawler] Fixed filterXPath() chaining
  [DomCrawler] Fixed incorrect handling of image inputs

Conflicts:
	src/Symfony/Component/DomCrawler/Crawler.php
	src/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
	src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php
	src/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php
	src/Symfony/Component/Templating/Tests/Loader/CacheLoaderTest.php
	src/Symfony/Component/Templating/Tests/Loader/LoaderTest.php
2014-02-11 14:52:09 +01:00
..
Collator [Intl] Removed "Stub" prefix from stub classes 2013-04-11 11:28:48 +02:00
DateFormatter Fix for a couple of undefined classes in docblocks 2014-01-10 15:42:33 +01:00
Exception removed unneeded use statements 2014-01-01 08:52:14 +01:00
Globals [Intl] Removed "Stub" prefix from stub classes 2013-04-11 11:28:48 +02:00
Locale [Locale] Fixed: Locale::setDefault() throws no exception when "en" is passed 2013-08-24 16:32:55 +02:00
NumberFormatter [Intl] Added round support for ROUND_CEILING, ROUND_FLOOR, ROUND_DOWN, ROUND_UP 2013-12-31 08:52:30 +01:00
ResourceBundle Merge branch '2.3' 2013-11-23 22:17:02 +01:00
Resources [Intl] Updated stubs to reflect ICU 51.2 2013-08-06 15:22:18 +02:00
Tests Merge branch '2.3' into 2.4 2014-02-11 14:52:09 +01:00
Util add memcache, memcached, and mongodb extensions to run skipped tests 2013-12-22 09:51:57 -05:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
composer.json Merge branch '2.3' 2013-05-16 22:40:38 +02:00
CONTRIBUTING.md [Intl] Changed Intl::getStubIcuVersion() to Intl::getIcuStubVersion() 2013-04-05 10:11:14 +02:00
Intl.php [Intl] Updated stubs to reflect ICU 51.2 2013-08-06 15:22:18 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
README.md Merge branch '2.3' 2013-08-02 22:53:46 +02:00

Intl Component

A PHP replacement layer for the C intl extension that includes additional data from the ICU library.

The replacement layer is limited to the locale "en". If you want to use other locales, you should [install the intl extension] 0 instead.

Documentation

The documentation for the component can be found [online] 1.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Intl/
$ composer.phar install --dev
$ phpunit