ZF-5147: partialLoop counter does not reset between calls
Description
The partialLoop counter remembers its position between calls to the partialLoop helper. This is undesired, as separate calls to the partialLoop represent essentially separate loops, with unrelated counters.
Comments
Posted by Jon Whitcraft (sidhighwind) on 2008-12-04T18:42:50.000+0000
Fixed with r13031.
Posted by Dave Hall (skwashd) on 2008-12-11T03:31:10.000+0000
Any chance of getting this backported to 1.7.x ?
It is a pretty annoying bug if you are trying to treat the first element differently.
Posted by Jon Whitcraft (sidhighwind) on 2008-12-11T04:39:41.000+0000
It will be release in 1.7.2 when ever that gets released.