summaryrefslogtreecommitdiff
path: root/zend/callable.h
AgeCommit message (Expand)Author
2016-05-20Fixed segfault during Value::~ValueMartijn Otto
2016-05-18Set the return type hint to undefined, otherwise PHP will not accept __constr...Martijn Otto
2016-05-18Store all callables in a map because the hidden pointer trick no longer worksMartijn Otto
2016-05-17Fix crash during module finding and fix incomplete types for Value::call() me...Martijn Otto
2016-05-17Fixed final compilation issuesMartijn Otto
2016-05-11Work in progress on PHP7 compatibilityMartijn Otto
2014-11-25Fixed a memory leak when returning a Php::Object with an already allocated Basev1.2.2Toon Schoenmakers
2014-04-10extra check for existance of classname #77Emiel Bruijntjes
2014-04-10argument names are probably always hard coded strings, so no reason to copy t...Emiel Bruijntjes
2014-04-10parameters were not correctly initialized (issue #75)Emiel Bruijntjes
2014-04-07objects were not destructed correctly (we freed memory that we had allocated ...Emiel Bruijntjes
2014-04-07{auto} compile error on php 5.3Emiel Bruijntjes
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes