summaryrefslogtreecommitdiff
path: root/include/valueiterator.h
AgeCommit message (Expand)Author
2016-05-25Fix move constructor Value and fix the hash iteratorMartijn Otto
2015-05-31fix documentation stuff that was reported in pull requested #194Emiel Bruijntjes
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2014-04-06refactored parameters class so that no zend engine dependency is necessary in...Emiel Bruijntjes
2014-04-05renamed iteratorimpl to valueiteratorimpl to make room for the upcoming itera...Emiel Bruijntjes
2014-03-20removed unique_ptr because client applications do not allow unique_ptr with u...Emiel Bruijntjes
2014-03-20moved implementation for hashiterator to header file, introduced invaliditera...Emiel Bruijntjes
2014-03-19when iterating over object properties, the private and protected properties a...Emiel Bruijntjes
2014-03-17fixed ValueIterator to compile on php 5.3 and php 5.4, fixed post increment o...Emiel Bruijntjes
2014-03-16added Value::begin() and Value::end() methods to make it possible to iterate ...Emiel Bruijntjes