From 332bd12835b5330637024c77e31ba98ab27e9699 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sun, 13 Aug 2006 18:21:43 +0000 Subject: 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 --- phpBB/install/install_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/install/install_install.php') diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index e0c90e619b..60bc34c41a 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -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 -- cgit v1.2.1