aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/install/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php
index cd530e7c9d..66e4418498 100644
--- a/phpBB/install/install.php
+++ b/phpBB/install/install.php
@@ -81,7 +81,7 @@ $error = array();
// Other PHP modules we may find useful
//$php_dlls_other = array('zlib', 'mbstring', 'ftp');
-$php_dlls_other = array('zlib', 'ftp');
+$php_dlls_other = array('zlib', 'ftp', 'xml', 'mhash');
// Supported DB layers including relevant details
$available_dbms = array(