]> git.wh0rd.org - tt-rss.git/blobdiff - install/index.php
Merge branch 'subscribe-idn-feed' into 'master'
[tt-rss.git] / install / index.php
index 16314edf651a25aa27e555e3bcf1ea1a6aec3320..7da311ffb832c2bbf65d6406529ed395d3b86e12 100755 (executable)
                        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:");