From 62958fe9dcc72a9b93e8b9259c580a472fb3ce7f Mon Sep 17 00:00:00 2001 From: Bernhard Thaler Date: Mon, 2 Jan 2017 22:50:26 +0100 Subject: convert to punycode for feed on idn hostname --- install/index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install/index.php') diff --git a/install/index.php b/install/index.php index 00e90dfe7..d9e370ea5 100755 --- a/install/index.php +++ b/install/index.php @@ -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:"); -- cgit v1.2.3-54-g00ecf