summaryrefslogtreecommitdiff
path: root/include/iterator.h
AgeCommit message (Expand)Author
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2014-04-05removed zend code from the iterator header file, and moved it into the src di...Emiel Bruijntjes
2014-04-05renamed iteratorimpl to valueiteratorimpl to make room for the upcoming itera...Emiel Bruijntjes
2014-04-02refactored the class and classbase classes, and introduced a classimpl class ...Emiel Bruijntjes
2014-03-24fix compile issues for TRSMEmiel Bruijntjes
2014-03-24added tsrm parameter to all methods to make it compile on tsrm platformsEmiel Bruijntjes
2014-03-15changed uint and ulong to unsigned long and unsigned int because the OSX head...Emiel Bruijntjes
2014-03-10fixed iterators for php 5.3 + updated documentation about iteratorsEmiel Bruijntjes
2014-03-09work in progress on iteratorsEmiel Bruijntjes