[TYPO3-ect] still a PHP5 syntax problem
Elmar Hinz
elmar.DOT.hinz at team.MINUS.red.DOT.net
Fri Jul 13 19:20:49 CEST 2007
> 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