summaryrefslogtreecommitdiff
path: root/zend/classimpl.cpp
AgeCommit message (Expand)Author
2016-05-20Fixed segfault during Value::~ValueMartijn Otto
2016-05-19Updated the required PHP version and correctly install the classimpl pointer ...Martijn Otto
2016-05-18Set the return type hint to undefined, otherwise PHP will not accept __constr...Martijn Otto
2016-05-17Fixed final compilation issuesMartijn Otto
2016-05-11Work in progress on PHP7 compatibilityMartijn Otto
2015-10-08Fix logic error that caused segfaults for extension-created classes extended ...Martijn Otto
2015-10-08Revert "Revert "Revert "Revert "Fix issue with derived classes, but only fix ...Martijn Otto
2015-10-08Handle exceptions thrown from unserialize similar to normal phpToon Schoenmakers
2015-10-08Properly handle a Php::Exception when thrown from a serialize methodToon Schoenmakers
2015-10-07Revert "Revert "Revert "Fix issue with derived classes, but only fix it for P...v1.5.1Toon Schoenmakers
2015-10-06Revert "Revert "Fix issue with derived classes, but only fix it for PHP 5.4 a...Toon Schoenmakers
2015-09-25Revert "Fix issue with derived classes, but only fix it for PHP 5.4 and up. C...Toon Schoenmakers
2015-08-07Fix issue with derived classes, but only fix it for PHP 5.4 and up. Closes #211Martijn Otto
2015-07-28added "keeprefcount" parameter to Value::detach()Emiel Bruijntjes
2015-07-28fixed memory leak when using magic casting functions like __toIntegerAart Stuurman
2015-06-10Fix segfault when casting an object using the default handlersMartijn Otto
2015-02-21fixed memory leak in classimplEmiel Bruijntjes
2015-02-05when an exception was thrown from out of an __invoke() or __call() method, a ...Emiel Bruijntjes
2015-01-15Added the Php::Function class. This is an extension to the Php::Value class t...Emiel Bruijntjes
2014-12-16fix issue #151, chaining method calls was not working as it should because th...Emiel Bruijntjes
2014-08-22Store the impl pointer for ClassImpl after the name in the zend_class_entry o...Toon Schoenmakers
2014-07-08changed comments to match coding styleEmiel Bruijntjes
2014-06-23Fixed issue #100valmat
2014-06-19errors are no longer thrown as exceptions, but are php fatal errors, so that ...Emiel Bruijntjes
2014-06-11when an object was created using Php::Object("MyClass", new MyClass()), the o...Emiel Bruijntjes
2014-04-06renamed src directory to zend directory, disabled TSRM debug codeEmiel Bruijntjes