Do not show a requirement for Zend_Db_Adaper_*

refs #7163
refs #7464
This commit is contained in:
Johannes Meyer 2014-10-29 15:49:14 +01:00
parent 9cd4aeec06
commit 81e06fe570
1 changed files with 3 additions and 2 deletions

View File

@ -399,7 +399,8 @@ class WebSetup extends Wizard implements SetupWizard
)
);
$mysqlAdapterFound = Platform::zendClassExists('Zend_Db_Adapter_Pdo_Mysql');
// TODO(7464): Re-enable or remove this entirely once a decision has been made regarding shipping Zend with Iw2
/*$mysqlAdapterFound = Platform::zendClassExists('Zend_Db_Adapter_Pdo_Mysql');
$requirements->addOptional(
t('Zend Database Adapter For MySQL'),
t('The Zend database adapter for MySQL is required to access a MySQL database.'),
@ -417,7 +418,7 @@ class WebSetup extends Wizard implements SetupWizard
$pgsqlAdapterFound ? t('The Zend database adapter for PostgreSQL is available.') : (
t('The Zend database adapter for PostgreSQL is missing.')
)
);
);*/
$defaultTimezone = Platform::getPhpConfig('date.timezone');
$requirements->addMandatory(