summaryrefslogtreecommitdiff
path: root/include/iterator.h
AgeCommit message (Collapse)Author
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and ↵Martijn Otto
explicitly exported all symbols available from the public API. Moved the hiddenpointer to the zend implementation directory as it is not meant to be used publicly and not referenced anywhere from the API anyway
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-02refactored the class and classbase classes, and introduced a classimpl class ↵Emiel Bruijntjes
in the src directory, this is a first step to remove all zend-specific code from the header files, so that we can later have a hhvm backend for the php-cpp library
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 ↵Emiel Bruijntjes
header files do not support this type
2014-03-10fixed iterators for php 5.3 + updated documentation about iteratorsEmiel Bruijntjes
2014-03-09work in progress on iteratorsEmiel Bruijntjes