summaryrefslogtreecommitdiff
path: root/zend/callable.cpp
AgeCommit message (Expand)Author
2016-05-18Store all callables in a map because the hidden pointer trick no longer worksMartijn Otto
2016-05-17Fixed final compilation issuesMartijn Otto
2014-11-25Fixed a memory leak when returning a Php::Object with an already allocated Basev1.2.2Toon Schoenmakers
2014-11-21Value::refcount() is now const, and fixed a memory leak in return valuesToon Schoenmakers
2014-04-09generate warning when a function is called with not enough parametersEmiel Bruijntjes
2014-04-09added unset function (request from issue #71)Emiel Bruijntjes
2014-04-07objects were not destructed correctly (we freed memory that we had allocated ...Emiel Bruijntjes
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes