Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errorHandler and PHP 8 #66

Open
chrisgraham opened this issue Oct 20, 2020 · 1 comment
Open

errorHandler and PHP 8 #66

chrisgraham opened this issue Oct 20, 2020 · 1 comment
Labels

Comments

@chrisgraham
Copy link

errcontext is removed in PHP 8.
According to the RFC of its removal, it'll throw a deprecation warning. I haven't tested, but you can easily strip out the parameter from errorHandler as it is not being used.

References:

@cadorn
Copy link
Member

cadorn commented Oct 22, 2020

Thanks for the heads up!

@cadorn cadorn added the bug label Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants