summaryrefslogtreecommitdiff
path: root/zend/exception_handler.cpp
AgeCommit message (Collapse)Author
2015-11-03Fix compiler errors when compiling for a multi-threading environment, fixes ↵Emiel Bruijntjes
issue #226
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
This is so far only tested with php 5.5.9, might not work on versions below that.