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

Oliver Hader oliver at typo3.org
Mon Oct 27 20:04:30 CET 2008


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009654_v2.patch
Type: text/x-diff
Size: 6109 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081027/ff32111f/attachment-0001.patch 


More information about the TYPO3-team-core mailing list