summaryrefslogtreecommitdiff
path: root/zend/executestate.h
AgeCommit message (Collapse)Author
2016-05-11Work in progress on PHP7 compatibilityMartijn Otto
2015-04-12stop calling zend_next_free_module() -- some users complain that this ↵Emiel Bruijntjes
function does not exist, this hopefully fixes issue #185
2015-01-12Added missing executestate.h file (forgot that in previous commit), and ↵Emiel Bruijntjes
solved issue #158, the Php::Object constructor for multiple parameters accidentally matched the call to Php::Object(name, implementation)