1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:05:56 +00:00

convert to punycode for feed on idn hostname

This commit is contained in:
Bernhard Thaler
2017-01-02 22:50:26 +01:00
parent 832aa24943
commit 62958fe9dc
2 changed files with 14 additions and 0 deletions

View File

@@ -317,6 +317,10 @@
array_push($notices, "CURL and open_basedir combination breaks support for HTTP redirects. See the FAQ for more information.");
}
if (!function_exists("idn_to_ascii")) {
array_push($notices, "PHP support for Internationalization Functions is required to handle Internationalized Domain Names.");
}
if (count($notices) > 0) {
print_notice("Configuration check succeeded with minor problems:");