summaryrefslogtreecommitdiff
path: root/include/argument.h
AgeCommit message (Expand)Author
2015-06-23Refactored Argument::~Argument() to use C++ default keyword instead ofRico Antonio Felix
2015-06-23Adjusted the file description headerRico Antonio Felix
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2015-02-02It was reported (see http://www.php-cpp.com/documentation#comment-1830049280)...Emiel Bruijntjes
2014-04-10argument names are probably always hard coded strings, so no reason to copy t...Emiel Bruijntjes
2014-04-05removed zend code from the argument.h header fileEmiel Bruijntjes
2014-03-17in php 5.3 environments, not all code was correctly initialized which resulte...Emiel Bruijntjes
2014-02-28a lot of refactoring, to make it much easier to define classes in an extensionEmiel Bruijntjes
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-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