summaryrefslogtreecommitdiff
path: root/src/iterator.cpp
AgeCommit message (Collapse)Author
2014-04-05removed zend code from the iterator header file, and moved it into the src ↵Emiel Bruijntjes
directory
2014-04-05renamed iteratorimpl to valueiteratorimpl to make room for the upcoming ↵Emiel Bruijntjes
iteratorimpl class
2014-04-04fixes to make the library compile for php 5.6 environments (problem ↵Emiel Bruijntjes
discovered in issue #59)
2014-03-24added tsrm parameter to all methods to make it compile on tsrm platformsEmiel Bruijntjes
2014-03-10fixed iterators for php 5.3 + updated documentation about iteratorsEmiel Bruijntjes
2014-03-09work in progress on iteratorsEmiel Bruijntjes