0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.5.5-0
/
standard
/
htdocs
/
typo3
/
sysext
/
dbal
/
[
Home
]
File: ext_emconf.php
<?php ######################################################################## # Extension Manager/Repository config file for ext "dbal". # # Auto generated 22-02-2011 17:00 # # Manual updates: # Only the data in the array - everything else is removed by next # writing. "version" and "dependencies" must not be touched! ######################################################################## $EM_CONF[$_EXTKEY] = array( 'title' => 'Database Abstraction Layer', 'description' => 'A database abstraction layer implementation for TYPO3 4.5 based on ADOdb and offering a lot of other features.', 'category' => 'be', 'shy' => 0, 'dependencies' => 'adodb', 'conflicts' => '', 'priority' => '', 'loadOrder' => '', 'module' => 'mod1', 'state' => 'stable', 'internal' => 0, 'uploadfolder' => 0, 'createDirs' => '', 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', 'author' => 'Xavier Perseguers', 'author_email' => 'typo3@perseguers.ch', 'author_company' => '', 'CGLcompliance' => '', 'CGLcompliance_note' => '', 'version' => '1.2-dev', '_md5_values_when_last_written' => 'a:44:{s:9:"ChangeLog";s:4:"2d5c";s:28:"class.tx_dbal_autoloader.php";s:4:"8640";s:20:"class.tx_dbal_em.php";s:4:"e2e2";s:29:"class.tx_dbal_installtool.php";s:4:"2874";s:26:"class.ux_db_list_extra.php";s:4:"99be";s:21:"class.ux_t3lib_db.php";s:4:"505f";s:28:"class.ux_t3lib_sqlparser.php";s:4:"e16e";s:16:"ext_autoload.php";s:4:"93d1";s:21:"ext_conf_template.txt";s:4:"9134";s:12:"ext_icon.gif";s:4:"c9ba";s:17:"ext_localconf.php";s:4:"19e0";s:14:"ext_tables.php";s:4:"b187";s:14:"ext_tables.sql";s:4:"1f95";s:27:"doc/class.tslib_fe.php.diff";s:4:"0083";s:14:"doc/manual.sxw";s:4:"7b79";s:45:"handlers/class.tx_dbal_handler_openoffice.php";s:4:"bfe6";s:43:"handlers/class.tx_dbal_handler_rawmysql.php";s:4:"0ba5";s:40:"handlers/class.tx_dbal_handler_xmldb.php";s:4:"a558";s:32:"lib/class.tx_dbal_querycache.php";s:4:"156b";s:31:"lib/class.tx_dbal_sqlengine.php";s:4:"8736";s:33:"lib/class.tx_dbal_tsparserext.php";s:4:"b52c";s:14:"mod1/clear.gif";s:4:"cc11";s:13:"mod1/conf.php";s:4:"6e63";s:14:"mod1/index.php";s:4:"0cc6";s:18:"mod1/locallang.xml";s:4:"0b57";s:22:"mod1/locallang_mod.xml";s:4:"86ef";s:19:"mod1/moduleicon.gif";s:4:"2b8f";s:10:"res/README";s:4:"be19";s:26:"res/Templates/install.html";s:4:"62c9";s:30:"res/oracle/indexed_search.diff";s:4:"ec81";s:23:"res/oracle/realurl.diff";s:4:"86da";s:25:"res/oracle/scheduler.diff";s:4:"7c06";s:27:"res/oracle/templavoila.diff";s:4:"1fd5";s:43:"res/postgresql/postgresql-compatibility.sql";s:4:"bbff";s:22:"tests/BaseTestCase.php";s:4:"e0d1";s:26:"tests/FakeDbConnection.php";s:4:"431a";s:23:"tests/dbGeneralTest.php";s:4:"1796";s:21:"tests/dbMssqlTest.php";s:4:"9b53";s:22:"tests/dbOracleTest.php";s:4:"e52b";s:26:"tests/dbPostgresqlTest.php";s:4:"1a12";s:30:"tests/sqlParserGeneralTest.php";s:4:"3b25";s:31:"tests/fixtures/mssql.config.php";s:4:"cd6d";s:30:"tests/fixtures/oci8.config.php";s:4:"452f";s:36:"tests/fixtures/postgresql.config.php";s:4:"3795";}', 'constraints' => array( 'depends' => array( 'adodb' => '5.11.0-', 'php' => '5.2.0-0.0.0', 'typo3' => '4.5.0-0.0.0', ), 'conflicts' => array( ), 'suggests' => array( ), ), 'suggests' => array( ), ); ?>