summaryrefslogtreecommitdiff
path: root/zend/callable.h
AgeCommit message (Collapse)Author
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 ↵Emiel Bruijntjes
them to std::string objects, and now we also fix a memory corruption issue (issue #75)
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
ourselves, but the Zend engine seemed to deallocate the same memory too, which caused a crash), and improved returning values from functions, which crashed when one of the own parameters was directly returned (error mentioned in issue #68)
2014-04-07{auto} compile error on php 5.3Emiel Bruijntjes
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes