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 0bab829372 Merge branch '2.4'
* 2.4:
  unified return null usages
  [Validator] added Japanese translation
  Textarea value should default to empty string instead of null.
  Fix doc blocks
  [Process] Fix #10681, process are failing on Windows Server 2003
  updated doc
  [Security] fix DBAL connection typehint
  [HttpFoundation] status 201 is allowed to have a body
  unified return null usages

Conflicts:
	src/Symfony/Component/DependencyInjection/ContainerBuilder.php
	src/Symfony/Component/DomCrawler/Crawler.php
	src/Symfony/Component/Security/Core/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php
2014-04-18 22:40:13 +02:00
..
Collator fixed types in phpdocs 2014-04-16 12:30:19 +02:00
DateFormatter minor #10717 unified return null usages (fabpot) 2014-04-18 22:35:25 +02:00
Exception removed unneeded use statements 2014-01-01 08:52:14 +01:00
Globals fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Locale fixed types in phpdocs 2014-04-16 12:30:19 +02:00
NumberFormatter Merge branch '2.3' into 2.4 2014-04-16 12:34:31 +02:00
ResourceBundle Merge branch '2.3' into 2.4 2014-04-18 22:37:09 +02:00
Resources minor #10717 unified return null usages (fabpot) 2014-04-18 22:35:25 +02:00
Tests Merge branch '2.4' 2014-04-16 12:36:21 +02:00
Util minor #10717 unified return null usages (fabpot) 2014-04-18 22:35:25 +02:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
composer.json updated version to 2.5 2013-11-24 21:17:07 +01:00
CONTRIBUTING.md [Intl] Changed Intl::getStubIcuVersion() to Intl::getIcuStubVersion() 2013-04-05 10:11:14 +02:00
Intl.php fixed types in phpdocs 2014-04-16 12:30:19 +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 updated version to 2.5 2013-11-24 21:17:07 +01: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