summaryrefslogtreecommitdiff
path: root/zend/classimpl.h
AgeCommit message (Expand)Author
2015-06-15added extra check for abstract keyword when adding abstract methods for inter...Emiel Bruijntjes
2015-06-05rolled back change, the abstract flag should always be added if implementatio...Emiel Bruijntjes
2015-06-04Allow interfaces define static methodsDreamsxin
2015-02-21fixed memory leak in classimplEmiel Bruijntjes
2015-01-15Added the Php::Function class. This is an extension to the Php::Value class t...Emiel Bruijntjes
2014-08-22Store the impl pointer for ClassImpl after the name in the zend_class_entry o...Toon Schoenmakers
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