Actions
Feature #19510
closedEnable includeLibs also for USER and COA objects
Start date:
2008-10-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
The TypoScript object USER does not support the includeLibs property. Loading an accordant PHP class the library gets added to the global context and included there - no matter if it's really required or not.
This is somehow a waste of performance and memory.
The solution is to enable "includeLibs" also for USER objects and only load the PHP class if it's really required.
(issue imported from #M9654)
Files
Actions