summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-08-09 09:19:57 +0400
committerAndrew Dolgov <[email protected]>2013-08-09 09:19:57 +0400
commit3eb55333c617f21714d691f0a393af5083ec464b (patch)
tree9497540c97039df61b48c8f0d213bd490cf91f17 /include/sanity_check.php
parent05a1939bbdc1f3935ed03a37c722dcbf234ad80c (diff)
do not use iconv in tag_is_valid, data should be utf8 anyway at this point; remove sanity check for iconv because parser does not use it
Diffstat (limited to 'include/sanity_check.php')
-rw-r--r--include/sanity_check.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index f3621da6f..1aa581bfc 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -138,10 +138,6 @@
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.");
} */