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
Nicolas Grekas 651de173df Merge branch '4.3' into 4.4
* 4.3:
  [Cache] replace getNsSeparator by NS_SEPARATOR on AbstractTrait
  [Cache] fix versioning with SimpleCacheAdapter
  [Messenger] fix AMQP delay queue to be per exchange
  Fix expired lock not cleaned
  [HttpClient] throw DecodingExceptionInterface when toArray() fails because of content-type error
  [HttpFoundation] Fix SA/phpdoc JsonResponse
  [DI] Show the right class autowired when providing a non-existing class in constructor
  SimpleCacheAdapter fails to cache any item if a namespace is used
  validate composite constraints in all groups
  [Serializer] Handle true and false appropriately in CSV encoder
  [Messenger] improve logs
  [Messenger] fix delay delivery for non-fanout exchanges
  Parameterize Mailgun's region
  Fix binary operation `+`, `-` or `*` on string
  [VarDumper] fix dumping objects that implement __debugInfo()
  [HttpClient] Don't use CurlHttpClient on Windows when curl.cainfo is not set
  Add statement to fileLink to ignore href code when no fileLink.
  [Routing] fix absolute url generation when scheme is not known
2019-06-17 19:38:10 +02:00
..
Collator Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Data Merge branch '4.2' into 4.3 2019-06-13 13:01:17 +02:00
DateFormatter Merge branch '3.4' into 4.2 2019-06-17 19:15:38 +02:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Globals Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Locale [Intl] Add polyfill for Locale::canonicalize() 2018-02-12 17:25:54 +01:00
NumberFormatter [Intl] Simplify API 2019-04-15 13:51:51 +02:00
ResourceBundle [Intl] Simplify API 2019-04-15 13:51:51 +02:00
Resources [Intl] Revise timezone name generation 2019-05-09 11:38:41 +02:00
Tests Merge branch '4.2' into 4.3 2019-05-30 18:10:05 +02:00
Util removed usage of backticks in exception messages 2018-09-10 09:26:34 +02:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
CHANGELOG.md [Intl] Made countries ISO 3166 compliant + exclude Zzzz script code 2019-05-07 08:50:30 +02:00
composer.json Allow Symfony 5.0 2019-05-28 17:53:17 +02:00
Countries.php [Intl] Made countries ISO 3166 compliant + exclude Zzzz script code 2019-05-07 08:50:30 +02:00
Currencies.php [Intl] Add phpdoc 2019-05-01 08:13:26 +02:00
Intl.php [Intl] Rename Regions to Countries 2019-05-01 22:02:47 +02:00
Languages.php [Intl] Add phpdoc 2019-05-01 08:13:26 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
Locale.php Merge branch '3.4' into 4.2 2019-05-08 08:50:14 +02:00
Locales.php [Intl][Validator] Handle alias locales/timezones 2019-05-06 11:58:29 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md [Intl] Fixed the broken link 2018-02-02 10:30:16 +01:00
ResourceBundle.php [Intl] Simplify API 2019-04-15 13:51:51 +02:00
Scripts.php [Intl] Add phpdoc 2019-05-01 08:13:26 +02:00
Timezones.php [Intl] Improve the error message when country code is wrong 2019-05-29 20:02:35 +02:00

Intl Component

A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.

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

Resources