summaryrefslogtreecommitdiff
path: root/zend/classimpl.cpp
AgeCommit message (Expand)Author
2015-07-28added "keeprefcount" parameter to Value::detach()Emiel Bruijntjes
2015-07-28fixed memory leak when using magic casting functions like __toIntegerAart Stuurman
2015-06-10Fix segfault when casting an object using the default handlersMartijn Otto
2015-02-21fixed memory leak in classimplEmiel Bruijntjes
2015-02-05when an exception was thrown from out of an __invoke() or __call() method, a ...Emiel Bruijntjes
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-08-22Store the impl pointer for ClassImpl after the name in the zend_class_entry o...Toon Schoenmakers
2014-07-08changed comments to match coding styleEmiel Bruijntjes
2014-06-23Fixed issue #100valmat
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-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes