ekreative / health-check-bundle

A bundle that provides a simple /healthcheck route
MIT License
34 stars 14 forks source link

Removed deprecated argument `$errcontext` for `set_error_handler` since php 8.x #22

Closed BowlingX closed 2 years ago

BowlingX commented 2 years ago

The set_error_handler is currently receiving a deprecated argument which is not passed since php > 8.0.0. As the bundle requires php 8.x (see https://www.php.net/manual/de/function.set-error-handler.php). In case of an error this will throw right now an error and not rendering the error page properly.

This PR removes the argument.

mcfedr commented 2 years ago

Thanks!

mcfedr commented 2 years ago

Released as 1.10.1