Project

General

Profile

Actions

Bug #41245

closed

Deprecate t3lib_install

Added by Christian Kuhn over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
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.

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #41084: Installation: Cannot redeclare class t3lib_installClosed2012-09-20

Actions
Has duplicate TYPO3 Core - Bug #39241: Deprecate / cleanup t3lib_installClosed2012-07-25

Actions
Actions

Also available in: Atom PDF