[TYPO3-ect] still a PHP5 syntax problem

Fabien Udriot fudriot at omic.ch
Fri Jul 13 19:59:22 CEST 2007


With SeekableIterator it fine. Sorry, the PHP error comes from

http://bugs.typo3.org/view.php?id=5962

Elmar Hinz a écrit :
>> As I understand, we have this problem because, var $_iterator of type
>> tx_lib_spl_arrayIterator is an object that "simulate" the SPL interface.
>> (that makes the "backport" to PHP4 possible). In PHP5, $_iterator would
>> be a simple array.
> 
> IMHO that's not the reason. The interface of an object is defined by the
> functions it implements. I think it did work when I used it the last time. 
> 
> Maybe the replacement of Iterator with SeekableIterator is the problem.
> Please do a little test for us and replace SeekableIterator with Iterator
> again in tx_lib_object. Does it fix the problem.
> 
> Regards
> 
> Elmar
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 


More information about the TYPO3-team-extension-coordination mailing list