From 5287a27653db9a302f37401ce9db9e73b97d3dda Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 19 Jun 2003 13:29:52 +0000 Subject: [PATCH] Add xml and mhash to optional module list git-svn-id: file:///svn/phpbb/trunk@4143 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(