]> git.wh0rd.org - tt-rss.git/blobdiff - include/sanity_check.php
tweak article hash function
[tt-rss.git] / include / sanity_check.php
index f3621da6f80cfc21f3eeafdbaa17dcd5cc8bd628..6bec430516816f44773935dafd792dbd243c3923 100644 (file)
                                array_push($errors, "PHP support for ctype functions are required by HTMLPurifier.");
                        }
 
-                       if (!function_exists("iconv")) {
-                               array_push($errors, "PHP support for iconv is required to handle multiple charsets.");
-                       }
-
                        /* if (ini_get("safe_mode")) {
                                array_push($errors, "PHP safe mode setting is not supported.");
                        } */
                                array_push($errors, "PHP support for CURL is required for PubSubHubbub.");
                        }
 
-                       if (SPHINX_ENABLED && class_exists("SphinxClient")) {
-                               array_push($errors, "Your PHP has a separate systemwide Sphinx client installed which conflicts with the client library used by tt-rss. Either remove the system library or disable Sphinx support.");
-
-                       }
-
                        if (!class_exists("DOMDocument")) {
                                array_push($errors, "PHP support for DOMDocument is required, but was not found.");
                        }