Graham Berry

Results 2 issues of Graham Berry

As of PHP 8.0, the native PHP method `set_error_handler` now only accepts 4 parameters instead of 5 due to the variable `$errcontext` being removed. See PHP official Docs: https://www.php.net/manual/en/function.set-error-handler.php ```...