File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,9 @@ $publicSuffix = $url->host->publicSuffix;
121121support was added in version ` 1.4.0 ` . Both unicode domains and their ASCII equivalents
122122are supported.
123123
124+ ** IMPORTANT** : PHP's [ intl] ( http://php.net/manual/en/book.intl.php ) extension is
125+ required for the [ IDN functions] ( http://php.net/manual/en/ref.intl.idn.php ) .
126+
124127#### Unicode
125128
126129Parsing IDNA hosts is no different that parsing standard hosts. Setting ` $host = 'Яндекс.РФ'; ` (Russian-Cyrillic)
Original file line number Diff line number Diff line change 2020 ],
2121 "require" : {
2222 "php" : " >=5.3.0" ,
23- "ext-curl" : " *"
23+ "ext-curl" : " *" ,
24+ "ext-intl" : " *"
2425 },
2526 "require-dev" : {
2627 "mikey179/vfsStream" : " 1.2.*" ,
You can’t perform that action at this time.
0 commit comments