Re-enable requirement checks for Zend_Db_Adapter_*

refs #7464
This commit is contained in:
Johannes Meyer 2014-11-13 14:34:31 +01:00
parent 4595b51318
commit 688c016f2d
1 changed files with 2 additions and 3 deletions

View File

@ -492,8 +492,7 @@ class WebWizard extends Wizard implements SetupWizard
)
);
// 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');
$mysqlAdapterFound = Platform::zendClassExists('Zend_Db_Adapter_Pdo_Mysql');
$requirements->addOptional(
mt('setup', 'Zend Database Adapter For MySQL'),
mt('setup', 'The Zend database adapter for MySQL is required to access a MySQL database.'),
@ -511,7 +510,7 @@ class WebWizard extends Wizard implements SetupWizard
$pgsqlAdapterFound ? mt('setup', 'The Zend database adapter for PostgreSQL is available.') : (
mt('setup', 'The Zend database adapter for PostgreSQL is missing.')
)
);*/
);
$configDir = $this->getConfigDir();
$requirements->addMandatory(