summaryrefslogtreecommitdiff
path: root/zend
AgeCommit message (Expand)Author
2016-05-19Updated the required PHP version and correctly install the classimpl pointer ...Martijn Otto
2016-05-19Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPMartijn Otto
2016-05-18Set the return type hint to undefined, otherwise PHP will not accept __constr...Martijn Otto
2016-05-18Fix destructor segfault and minor optimizations to some of the casting functionsMartijn Otto
2016-05-18Fix failing assert for Value::clone in cases where the type is not refcountedMartijn Otto
2016-05-18Store all callables in a map because the hidden pointer trick no longer worksMartijn Otto
2016-05-17Fix crash during initializationMartijn 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-12Show an error message about not being compatible with php7 in case you're try...Toon Schoenmakers
2016-05-11Work in progress on PHP7 compatibilityMartijn Otto
2015-11-03Fix compiler errors when compiling for a multi-threading environment, fixes i...Emiel Bruijntjes
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-09-17Added the error reporting method, used to change the error reporting levelToon Schoenmakers
2015-09-17Added support for passing the error types in the set_error_handlerToon Schoenmakers
2015-09-16Initial support for setting an error handler as wellToon Schoenmakers
2015-09-16Added support for setting a std::function as an exception handlerToon 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-28removed value::attach() methods, because they were not in use, and were proba...Aart Stuurman
2015-07-28fixed memory leak when using magic casting functions like __toIntegerAart Stuurman
2015-07-28fixed memory leak when iterating over a Php::Traversable objectAart Stuurman
2015-07-27fixed a memory leak in using Value as a function.Aart Stuurman
2015-07-23It now is possible to assign Php::Value["whatever"] results directly to new P...Emiel Bruijntjes
2015-06-19Fix bug chaining magic methodsMartijn Otto
2015-06-15added extra check for abstract keyword when adding abstract methods for inter...Emiel Bruijntjes
2015-06-10Fix segfault when casting an object using the default handlersMartijn Otto
2015-06-05rolled back change, the abstract flag should always be added if implementatio...Emiel Bruijntjes
2015-06-04Allow interfaces define static methodsDreamsxin
2015-05-18We are now ABI compatible with the latest release againToon Schoenmakers
2015-05-18The Value::contains(int) method now also works with ArrayAccessToon Schoenmakers
2015-05-18The Value::get(int) method now works on objects that implemented ArrayAccess ...Toon Schoenmakers
2015-05-07rawValue no longer tries to return a valid pointer when the Value object does...Martijn Otto
2015-04-13Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2015-04-13added PHPCPP_EXPORT, this may fix visibility issue #186Emiel Bruijntjes
2015-04-13fix casting errorEmiel Bruijntjes
2015-04-13Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2015-04-12stop calling zend_next_free_module() -- some users complain that this functio...Emiel Bruijntjes
2015-04-12Php::dl() function now gets an extra "persistent" parameter to load extension...Emiel Bruijntjes
2015-04-11function names are now turned into lowercase name when registering them with ...Emiel Bruijntjes
2015-04-10Php::dl() now also checks the extension_dirEmiel Bruijntjes
2015-04-03fixed a crash when dynamicly loaded extensions were unloaded, the static cach...v1.3.2Emiel Bruijntjes
2015-03-31Add a workaround for PHP 5.3Martijn Otto
2015-03-30Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes