Go to the source code of this file.
Initial value:= array(
'title' => 'Database Abstraction Layer',
'description' => 'A database abstraction layer implementation for TYPO3 4.6 based on ADOdb and offering a lot of other features.',
'category' => 'be',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Xavier Perseguers',
'author_email' => 'xavier@typo3.org',
'author_company' => '',
'version' => '7.6.0',
'constraints' => array(
'depends' => array(
'adodb' => '7.6.0-7.6.99',
'typo3' => '7.6.0-7.6.99',
),
'conflicts' => array(),
'suggests' => array(),
),
)
Definition at line 2 of file dbal/ext_emconf.php.