summaryrefslogtreecommitdiff
path: root/zend/object.cpp
AgeCommit message (Expand)Author
2016-05-17Fixed final compilation issuesMartijn Otto
2016-05-11Work in progress on PHP7 compatibilityMartijn Otto
2015-01-15Added the Php::Function class. This is an extension to the Php::Value class t...Emiel Bruijntjes
2014-12-16fix issue #151, chaining method calls was not working as it should because th...Emiel Bruijntjes
2014-11-25Fixed a memory leak when returning a Php::Object with an already allocated Basev1.2.2Toon Schoenmakers
2014-11-21Removed move constructor from Object class, because it caused failures when i...Toon Schoenmakers
2014-11-20Fixed issue #137: Php::Object("MyClass") crashed when no __construct() functi...Emiel Bruijntjes
2014-06-19errors are no longer thrown as exceptions, but are php fatal errors, so that ...Emiel Bruijntjes
2014-06-11when an object was created using Php::Object("MyClass", new MyClass()), the o...Emiel Bruijntjes
2014-04-09added unset function (request from issue #71)Emiel Bruijntjes
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes