Mantis - Quercus
Viewing Issue Advanced Details
5774 major always 07-07-14 06:45 07-07-14 06:45
felfert  
 
normal  
new  
open  
none    
none  
0005774: SVNRev: 10251: Several SPL iterators not implemented, resulting in failures of Zend >= 1.11.9
While trying to get a Zend Application running on Zend v1.12.7

I noticed, that this Zend version uses several iterators from the PHP SPL which are not implemented in quercus.

According to the Documentation at http://www.php.net/manual/en/spl.iterators.php, [^] those are existing since at least PHP v5.2.0. Therefore, they should be implemented in quercus too.

Specifically, Zend uses RecursiveRegexIterator which extends RegexIterator which extends FilterIterator.

There are no notes attached to this issue.