summaryrefslogtreecommitdiff
path: root/zend/objectimpl.h
AgeCommit message (Collapse)Author
2016-05-17Fixed final compilation issuesMartijn Otto
2016-05-11Work in progress on PHP7 compatibilityMartijn Otto
2015-06-19Fix bug chaining magic methodsMartijn Otto
2014-12-16fix issue #151, chaining method calls was not working as it should because ↵Emiel Bruijntjes
the per-object refcount was not updated correctly, which caused an object to be destructed even when it already was assigned to a different variable
2014-08-16Update objectimpl.h小马哥
2014-07-23Fixed compatibility issue with VS2013andot
2014-06-11when an object was created using Php::Object("MyClass", new MyClass()), the ↵Emiel Bruijntjes
object handlers were not installed, which caused the magic methods not to be functional (issue #94)
2014-04-07objects were not destructed correctly (we freed memory that we had allocated ↵Emiel Bruijntjes
ourselves, but the Zend engine seemed to deallocate the same memory too, which caused a crash), and improved returning values from functions, which crashed when one of the own parameters was directly returned (error mentioned in issue #68)
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes