summaryrefslogtreecommitdiff
path: root/src/object.cpp
AgeCommit message (Expand)Author
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes
2014-04-06refactored code, so that there is no zend engine dependency left in base.h he...Emiel Bruijntjes
2014-03-24fixed compile issues with TSRM enabledEmiel Bruijntjes
2014-03-24added tsrm parameter to all methods to make it compile on tsrm platformsEmiel Bruijntjes
2014-03-04Php::Value and Php::Object classes can now be used to wrap around Php::Base o...Emiel Bruijntjes
2014-03-04all Value::call() and Value::exec() method no longer accept a std::string, bu...Emiel Bruijntjes
2014-03-03work in progress for support for creating object instancesEmiel Bruijntjes