[TYPO3-core] RFC: Feature Request #9654: Enable includeLibs also for USER and COA objects

Oliver Hader oliver at typo3.org
Mon Nov 3 13:26:43 CET 2008


FYI: Committed to SVN Trunk (rev. 4411)

Task to be solved later on (TODO):
http://bugs.typo3.org/view.php?id=9722

olly


Oliver Hader schrieb:
> Hi,
> 
> Oliver Hader schrieb:
>> This is a SVN patch request.
>>
>> Problem:
>> 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.
>>
>> Solution:
>> The solution is to enable "includeLibs" also for USER objects and only
>> load the PHP class if it's really required.
>>
>> Documentation changes:
>> * In TSref, cObject "COBJ_ARRAY (COA, COA_INT)":
>> -> remove paragraph "(This property is used only if the object is
>> COA_INT!, See introduction.)"
>> * In TSref, cObject "USER and USER_INT":
>> -> remove paragraph "(This property is used only if the object is
>> USER_INT!, See introduction.)"
>>
>> Bugtracker references:
>> http://bugs.typo3.org/view.php?id=9654
>>
>> Branch: Trunk
> 
> I forgot to change t3lib_extMgm::addPItoST43() to use USER.includeLibs
> now... Attached patch (v2) changes this...
> 
> olly
-- 
Oliver Hader
TYPO3 4.3 Release Manager


More information about the TYPO3-team-core mailing list