summaryrefslogtreecommitdiff
path: root/src/argument.cpp
AgeCommit message (Expand)Author
2014-04-05removed zend code from the argument.h header fileEmiel Bruijntjes
2014-04-04fixes to make the library compile for php 5.6 environments (problem discovere...Emiel Bruijntjes
2014-03-17Fixed initialization of _required variable in Argument move constructorEmiel 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-02types are not a C++11 class, introduced FixedValue class that can not change ...Emiel Bruijntjes
2013-12-13add macros for PHP 5.3Gu Weigang
2013-09-10When registering functions, it now is also possible to specify the signature ...Emiel Bruijntjes
2013-09-08Refactoring function class, and making it even more easy to directly enable n...Emiel Bruijntjes
2013-08-29work in progress on nested arrays (still crashes with sigsegv)Emiel Bruijntjes
2013-08-28added parameter handling, and return value handlingEmiel Bruijntjes
2013-08-25{more work in progress: the function that was defined with c++ now gets calls...Emiel Bruijntjes