summaryrefslogtreecommitdiff
path: root/src/classimpl.cpp
AgeCommit message (Expand)Author
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes
2014-04-06the exception.h header file no longer depends on the zend engine header files...Emiel Bruijntjes
2014-04-06refactored parameters class so that no zend engine dependency is necessary in...Emiel Bruijntjes
2014-04-06refactored code, so that there is no zend engine dependency left in base.h he...Emiel Bruijntjes
2014-04-05removed zend code from the iterator header file, and moved it into the src di...Emiel Bruijntjes
2014-04-05added extra check to see if a derived class is initialized before a base clas...Emiel Bruijntjes
2014-04-03fixes TSRMLS compile issuesEmiel Bruijntjes
2014-04-02base classes can be added too, with the class::extends() method (request from...Emiel Bruijntjes
2014-04-02added Class::implements() method to allow classes that implement interfaces (...Emiel Bruijntjes
2014-04-02refactored the class and classbase classes, and introduced a classimpl class ...Emiel Bruijntjes