Private GIT

Skip to content
Snippets Groups Projects
Commit 8ff1a593 authored by Gary Allan's avatar Gary Allan
Browse files

Bugfix: Check for php modules 'iconv' (Excel import/export) and 'ctype' (PEAR/Mail/API)

parent 7a287376
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
# Required extensions
$requiredExt = array("session", "sockets", "filter", "openssl", "gmp", "json", "gettext", "PDO", "pdo_mysql", "mbstring", "gd");
$requiredExt = array("session", "sockets", "filter", "openssl", "gmp", "json", "gettext", "PDO", "pdo_mysql", "mbstring", "gd", "iconv", "ctype");
# Available extensions
$availableExt = get_loaded_extensions();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment