summaryrefslogtreecommitdiff
path: root/include/parameters.h
AgeCommit message (Collapse)Author
2016-05-11Work in progress on PHP7 compatibilityMartijn Otto
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and ↵Martijn Otto
explicitly exported all symbols available from the public API. Moved the hiddenpointer to the zend implementation directory as it is not meant to be used publicly and not referenced anywhere from the API anyway
2014-04-06refactored parameters class so that no zend engine dependency is necessary ↵Emiel Bruijntjes
in the include files
2014-03-24fix compile issues for TRSMEmiel Bruijntjes
2014-03-24added tsrm parameter to all methods to make it compile on tsrm platformsEmiel Bruijntjes
2014-03-05added functions documentationEmiel Bruijntjes
2013-10-15Calling custom member methods is now functionalEmiel Bruijntjes
2013-09-08Refactoring function class, and making it even more easy to directly enable ↵Emiel Bruijntjes
native C functions in PHP