Actions
Bug #41245
closedDeprecate t3lib_install
Start date:
2012-09-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
t3lib_install contained two logical parts in the past: A group of methods to handle localconf.php and another group to parse ext_tables.sql files and friends. The latter was already extracted to t3lib_install_sql in the past. The localconf handling is obsolete with the new LocalConfiguration.php and its new API method.
The patch handles:- Deprecate t3lib_install and change the code in a way that does not harm if still called.
- Move some methods and properties to TYPO3\CMS\Install\Installer, make the class standalone and do not extend t3lib_install anymore.
Actions