mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
Add GD to the list of optional requirements since it allows more VC images to be used
git-svn-id: file:///svn/phpbb/trunk@6291 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1854,7 +1854,7 @@ class install_install extends module
|
||||
/**
|
||||
* Specific PHP modules we may require for certain optional or extended features
|
||||
*/
|
||||
var $php_dlls_other = array('zlib', 'ftp', 'xml');
|
||||
var $php_dlls_other = array('zlib', 'ftp', 'gd', 'xml');
|
||||
|
||||
/**
|
||||
* Details of the database management systems supported
|
||||
|
Reference in New Issue
Block a user