summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-26Debian packagingdebianTzafrir Cohen
2016-05-26Fix uninitialized data when initializing ini entriesHEADv1.5.3.git.20160526masterMartijn Otto
2016-05-25Fix move constructor Value and fix the hash iteratorMartijn Otto
2016-05-24Don't use initializer lists for converting valuesMartijn Otto
2016-05-20Fix exception catching and properly handle casting functions returning someth...Martijn Otto
2016-05-20Updated README and removed some debug code that was only relevant for PHP < 7...Martijn Otto
2016-05-20Update check for PHP versionMartijn Otto
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-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-12-08Don't create a std::string with a nullptrv1.5.3Toon Schoenmakers
2015-11-05remove test framework, it never works, most of the bugs found by the test fra...Emiel Bruijntjes
2015-11-03Fix compiler errors when compiling for a multi-threading environment, fixes i...Emiel Bruijntjes
2015-10-28Bump version to 1.5.2v1.5.2Rafal Goslawski
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-06Bump version to 1.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-25Silence the write-strings warningToon 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-16Merge branch 'master' of github.com:CopernicaMarketingSoftware/PHP-CPPToon Schoenmakers
2015-09-16Added support for setting a std::function as an exception handlerToon Schoenmakers
2015-09-08Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPPEmiel Bruijntjes
2015-09-08fixes #220Emiel Bruijntjes
2015-09-08exposed operator<< for Php::IniValue so that it can actually be used (solves ...Emiel Bruijntjes
2015-08-31Remove noexcept specification from a function that can throw. Fixes #219Martijn Otto
2015-08-28Remove NOEXCEPT specification for the Array constructor since it can throw. C...Martijn Otto
2015-08-28Update object.hEmiel Bruijntjes
2015-08-10Merge pull request #212 from RicoAntonioFelix/masterMartijn Otto
2015-08-08Corrected typographical error...Rico Antonio Felix
2015-08-08Corrected syntax error in documentation code fragment...Rico Antonio Felix
2015-08-07Fix issue with derived classes, but only fix it for PHP 5.4 and up. Closes #211Martijn Otto
2015-08-05Small fix in docblockToon Schoenmakers
2015-07-29prepare version number for upcoming 1.5 releasev1.5Emiel Bruijntjes
2015-07-28added "keeprefcount" parameter to Value::detach()Emiel Bruijntjes