-
-
Notifications
You must be signed in to change notification settings - Fork 460
Fix PHP 7.4 deprecations #930
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
Conversation
Can you please also update the AppVeyor config file to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Any estimated date for this to be released? These deprecation warnings are getting logged on Sentry and it's burning through my events. |
Don't take these words as written on stone, but probably tomorrow morning |
We had the deprecation handler on a too-low setting, so we missed deprecations under PHP 7.4: https://travis-ci.org/getsentry/sentry-php/jobs/622409178#L330-L345
This fixes them.