Project

General

Profile

Actions

Feature #21144

closed

Remove ext_autoload.php files for extensions using Extbase naming convention

Added by Xavier Perseguers over 14 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-09-25
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

The use of ext_autoload.php files was once supposed to be used only for old-fashioned extensions that did not used Extbase naming convention (Classes directory, class component parts as subdirectories).

Nowadays, all new extensions (starting with Extbase itself) are polluted with a never-ending growing ext_autoload.php file and we slowly start adding all our classes there to be sure all will work fine without exactly knowing what really needs to be in.

The patch allows not less than the removal of the ext_autoload.php file for all extensions sticking to using only the Extbase naming convention. This file may still be used for some third-party classes that may be included in a pure Extbase-styled extension.

Note: This has nothing to do with extensions relying on Extbase itself, only on its naming convention.

(issue imported from #M12067)


Files

12067.diff (1.35 KB) 12067.diff Administrator Admin, 2009-09-25 22:05

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #25337: Add PHP 5.3 namespace supportClosed2011-03-16

Actions
Actions

Also available in: Atom PDF