Project

General

Profile

Actions

Bug #56624

closed

automatic class loading for lowercase extbase-style classes doesn't work

Added by Jonas Renggli about 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-03-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Just made an update from beta3 to beta6 and noticed that the old behavior for class loading has changed.

old behavior:
both kind of references (e.g. in userFuncs) were possible:
'tx_myext_myclass' and 'Tx_Myext_Myclass'
there's no ext_autoload.php necessary

new behavior:
the class has to be referenced as 'Tx_Myext_Myclass' in uppercase

There were some references in small extensions. Don't know. Maybe it was some kind of workaround to reference extbase classes as 'tx_myext_myclass' although they were named 'Tx_Myext_Myclass' in class files.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #55037: Class Loader optimisationClosed2014-01-15

Actions
Related to TYPO3 Core - Bug #55418: Class Loader requires "wrong" class files if class string matches naming conventionClosed2014-01-29

Actions
Actions

Also available in: Atom PDF