mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
Add xml and mhash to optional module list
git-svn-id: file:///svn/phpbb/trunk@4143 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
67f4864c7a
commit
5287a27653
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user