[TYPO3-core] RFC: faster t3lib_div::inList
Franz Holzinger
franz at fholzinger.com
Sat Aug 18 16:50:39 CEST 2007
Hello Oliver,
>> The t3lib_div::inList uses strstr inside. This is not recommended under
>> http://php.net
> Popy created a set of changes and performance improvements in t3lib_div.
> A patch is available at bug-id #6037 in the bugtracker:
> http://bugs.typo3.org/view.php?id=6037
>
> t3lib_div:inList() is also part of the changes mentioned there. Since
> these things would go to Trunk only and the requirement for TYPO3 4.2
> will be PHP 5.2, it would also be possible to use foreach with
> references, e.g. "foreach ($array as $key => &$value) { ... }".
>
> I'm going to take Popy's patch, make some small changes and post it
> here. Would this be okay with you?
Yes this would be fine with me. Please create a new RFC for this and send it
to this list.
- Franz
More information about the TYPO3-team-core
mailing list