'required' => false,
'error' => 'Ansel can make use of the Facedetect PHP extension for automatically detecting human faces in images.'
),
- 'gd' => array(
- 'descrip' => 'GD Support',
- 'error' => 'You need either GD2 support in PHP, or an external driver like ImageMagick. Either recompile PHP with GD2 support, or make sure that the path to ImageMagick\'s convert utility is set in horde/config/conf.php.'
- ),
- 'imagick' => array(
- 'descrip' => 'Imagick Library',
- 'required' => false,
- 'error' => 'Ansel can make use of the Imagick Library, if it is installed on your system. It is highly recommended to use either ImageMagick\'s convert utility or the Imagick php library for faster results.'
- ),
'libpuzzle' => array(
'descrip' => 'Puzzle Library',
'required' => false,
*
* @var array
*/
- protected $_pearList = array(
- 'MDB2' => array(
- 'required' => true,
- 'error' => 'You do not have the MDB2 package installed on your system. In addition to this package, you will need the appropriate MDB2_Driver package for your database backend.'
- )
- );
+ protected $_pearList = array();
/**
* Required configuration files.
),
'gd' => array(
'descrip' => 'GD Support',
- 'error' => 'Horde will use the GD extension to perform manipulations on image data. You can also use the ImageMagick software to do these manipulations instead.'
+ 'error' => 'Horde will use the GD extension to perform manipulations on image data. You can also use either the ImageMagick software or Imagick extension to do these manipulations instead.'
),
'gettext' => array(
'descrip' => 'Gettext Support',
),
'pdo' => array(
'descrip' => 'PDO',
- 'error' => 'The PDO extension is required if you plan on using a database backend other than mysqli with Horde_Db.',
+ 'error' => 'The PDO extension is required if you plan on using a database backend other than mysql or mysqli with Horde_Db.',
),
'pgsql' => array(
'descrip' => 'PostgreSQL Support',
*
* @var array
*/
- protected $_moduleList = array(
- 'mysqli' => array(
- 'descrip' => 'mysqli',
- 'error' => 'The tagging capabilites require either the PDO or mysqli extension.'),
- 'pdo' => array(
- 'descrip' => 'PDO',
- 'error' => 'The tagging capabilites require either the PDO or mysqli extension.')
- );
+ protected $_moduleList = array();
/**
* PHP settings list.
*
* @var array
*/
- protected $_moduleList = array(
- 'mysql' => 'MySQL Support',
- 'pgsql' => 'PostgreSQL Support',
- 'mssql' => 'Microsoft SQL Support',
- 'oci8' => 'Oracle Support',
- 'odbc' => 'Unified ODBC Support',
- 'ldap' => 'LDAP Support'
- );
+ protected $_moduleList = array();
/**
* PHP settings list.