Actions
Bug #54743
closedclass_exists() in GeneralUtility::getClassName() should not autoload class
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
-
Start date:
2014-01-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
Maybe there are more places where class_exists should not autoload the class.
The comments before a call to class_exists() and the call to class_exists() should explicitly state if the autoloading is required or not.
Files
Actions