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 929f1d9213 Merge branch '2.7'
* 2.7:
  Use PHPUnit ini_set wrapper in tests
  [Process] Added a test skip check for Windows
  [Process] Removed unused variable assignment
  Fixes various phpdoc and coding standards.
  Fixes Issue #13184 - incremental output getters now return empty strings
  Updated copyright to 2015
  Updated copyright to 2015
  Updated copyright to 2015
  [VarDumper] increase debug.max_items to 2500
  [Debug] Update exception messages.
  use value of DIRECTORY_SEPARATOR to detect Windows
  force ExpressionLanguage version >= 2.6
  [Debug] fixes ClassNotFoundFatalErrorHandler to correctly handle class not found errors with Symfony ClassLoader component autoloaders.
  Clarify a comment.
  use PHP_WINDOWS_VERSION_BUILD to detect Windows
  Check if a field type_class is defined before using it.
  Currently if you want to use inline bootstrap form rendering, this is usually enough:
  Add deprecation warning to LegacyPdoSessionHandler

Conflicts:
	src/Symfony/Bridge/Monolog/Logger.php
	src/Symfony/Bridge/Swiftmailer/LICENSE
	src/Symfony/Component/Debug/composer.json
	src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php
2015-01-03 09:04:30 +01:00
..
Collator [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Data [3.0] Removed some old hacks 2014-12-30 11:17:11 +01:00
DateFormatter [3.0] Removed some old hacks 2014-12-30 11:17:11 +01:00
Exception [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Globals [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Locale [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
NumberFormatter Merge branch '2.7' 2015-01-03 09:04:30 +01:00
ResourceBundle [2.3] More cs fixes 2014-12-04 06:06:17 +01:00
Resources Fixes various phpdoc and coding standards. 2015-01-02 09:58:20 +01:00
Tests [3.0] Removed some old hacks 2014-12-30 11:17:11 +01:00
Util Docblock fixes 2014-11-30 13:33:44 +00:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
composer.json [3.0] Update required PHP to 5.5.9 2014-12-30 11:17:11 +01:00
CONTRIBUTING.md Rename Symfony2 to Symfony 2014-11-24 15:09:11 +01:00
Intl.php Removed unused imports 2014-12-03 20:18:13 +00:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
Locale.php [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01:00
README.md updated version to 3.0 2014-11-11 09:37:22 +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