summaryrefslogtreecommitdiff
path: root/include/object.h
AgeCommit message (Expand)Author
2014-06-19errors are no longer thrown as exceptions, but are php fatal errors, so that ...Emiel Bruijntjes
2014-04-08correct typo in error messageHector Jusforgues
2014-03-07added constructor to Php::Array class to accept std::vector and std::mapEmiel Bruijntjes
2014-03-06changes to documentationEmiel Bruijntjes
2014-03-04Php::Value and Php::Object classes can now be used to wrap around Php::Base o...Emiel Bruijntjes
2014-03-04removed forcedvalue and implemented array and object directly because now it ...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