Project

General

Profile

Actions

Bug #23010

closed

Remove deprecated methods with deprecation log from core for 4.6

Added by Sebastian Michaelsen almost 14 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-06-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Beginning with 4.5 we can systematically remove old deprecated stuff from the core. As a first step I wanted to remove the obvious. This RFC removes all methods which:
  • are deprecated since 4.3 or earlier
  • have a deprecation log
  • are not in use anymore anywhere in the core

There are also methods which are deprecated but don't have deprecation log. IMHO we shouldn't simply remove them even if they were targeted for removal in 4.5. They should get deprecation logs (another RFC) and removal should be postponed to 4.7 for them.

Deprecated classes like gzip_encode should produce a deprecation log entry via constructor and also be removed in 4.7
(issue imported from #M14883)


Files

14883_v1.diff (58.4 KB) 14883_v1.diff Administrator Admin, 2010-06-27 09:36
14883_v2.diff (70.6 KB) 14883_v2.diff Administrator Admin, 2010-06-28 09:01

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #24954: The Big Cleanup 4.6Closed2011-04-25

Actions
Actions

Also available in: Atom PDF