Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Matthew Turland's Blog:
A Few Kinks in FilterIterator
Aug 16, 2010 @ 15:18:40

In this quick post to his blog Matthew Turland shares a "kink" he found in using the FilterIteractor SPL iterator when working with the Phergie project's code.

Once I discovered the segfault [from the FilterIterator code], I had to come up with a short code sample exposing the bug in order to report it.

He talks about the bug that led him to the segfault and a second bug that was a side effect of the first causing the first element to be skipped during iteration.

tagged: filteriterator spl bug iterate segfault

Link:


Trending Topics: