summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-24documentation fixv0.9.2Emiel Bruijntjes
2014-03-24explained how to specify class constantsEmiel Bruijntjes
2014-03-24fixed nested arrays, issue #50Emiel Bruijntjes
2014-03-23update documentationEmiel Bruijntjes
2014-03-23added echo() function requested in issue #51Emiel Bruijntjes
2014-03-23errors have a limited buffer, and discard any overflow data, replaced std::co...Emiel Bruijntjes
2014-03-23implemented php output streams as was asked for in issue #51Emiel Bruijntjes
2014-03-21fixed crashes for certain test cases on php 5.3Emiel Bruijntjes
2014-03-21test was broken, real output was correct, expected output was wrongEmiel Bruijntjes
2014-03-21fixed iterator for php 5.5Emiel Bruijntjes
2014-03-21fixed compile problem with php 5.5Emiel Bruijntjes
2014-03-21documentation updateEmiel Bruijntjes
2014-03-21Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2014-03-21update documentation about iteratingEmiel Bruijntjes
2014-03-21first key/value pair was not correctly retrieved, this has now been fixedEmiel Bruijntjes
2014-03-21fixed some issues with traverse iteratorsEmiel Bruijntjes
2014-03-21implementation of traverseiterator (untested)Emiel Bruijntjes
2014-03-21Merge pull request #49 from valmat/small-improvementsEmiel Bruijntjes
2014-03-21Small improvementsvalmat
2014-03-20added missing methods to the hashiterator classEmiel 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-20added hashiterator, this is going to be one of the implementation classes for...Emiel Bruijntjes
2014-03-19when iterating over object properties, the private and protected properties a...Emiel Bruijntjes
2014-03-19Merge pull request #48 from valmat/fix-issues-46Emiel Bruijntjes
2014-03-19removed: tests/1.shvalmat
2014-03-19Fixed issues #46valmat
2014-03-19documentation updateEmiel Bruijntjes
2014-03-19added documentation about defining interfaces, this is an answer to question #45Emiel Bruijntjes
2014-03-19Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2014-03-19negative default values for properties were not supported. This fixes issue #47Emiel Bruijntjes
2014-03-18Merge pull request #44 from valmat/unit-testEmiel Bruijntjes
2014-03-18Cannot accidentally delete :)valmat
2014-03-18Accidentally deletedvalmat
2014-03-18Some improvements unit testvalmat
2014-03-18Unit tests. For description see https://github.com/CopernicaMarketingSoftware...valmat
2014-03-18fixed but in iteratorv0.9.1Emiel Bruijntjes
2014-03-17Fixed initialization of _required variable in Argument move constructorEmiel Bruijntjes
2014-03-17in php 5.3 environments, not all code was correctly initialized which resulte...Emiel Bruijntjes
2014-03-17fix compile issue on php > 5.3Emiel Bruijntjes
2014-03-17fix compile issue on php > 5.3Emiel Bruijntjes
2014-03-17fixed initialization of forgotten structure fieldsEmiel Bruijntjes
2014-03-17fixed ValueIterator to compile on php 5.3 and php 5.4, fixed post increment o...Emiel Bruijntjes
2014-03-17fixed compile issue with gcc 4.7Emiel Bruijntjes
2014-03-16documentation updateEmiel Bruijntjes
2014-03-16documentation updateEmiel Bruijntjes
2014-03-16fixed empty() callv0.9Emiel Bruijntjes
2014-03-16removed Value constructor that wraps around a hash tableEmiel Bruijntjes
2014-03-16fixed typo in HiddenPointerEmiel Bruijntjes
2014-03-16updated documentation about iteratingEmiel Bruijntjes