summaryrefslogtreecommitdiff
path: root/zend/classimpl.h
AgeCommit message (Expand)Author
2016-05-18Set the return type hint to undefined, otherwise PHP will not accept __constr...Martijn Otto
2016-05-17Fixed final compilation issuesMartijn Otto
2016-05-11Work in progress on PHP7 compatibilityMartijn Otto
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