summaryrefslogtreecommitdiff
path: root/src/argument.cpp
AgeCommit message (Collapse)Author
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
type, and implemented both Object and Array to make use of that type, implemented - but not yet tested - Base::value() method
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
of the parameters
2013-09-08Refactoring function class, and making it even more easy to directly enable ↵Emiel Bruijntjes
native C functions in PHP
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 ↵Emiel Bruijntjes
calls, but it does not yet call the actual implementation