-
Notifications
You must be signed in to change notification settings - Fork 4
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
FIX PHP 8.2 deprecation warnings in Altis v15 #772
Comments
@mikelittle to add more context on this (where the warnings are coming from) Idea: filter CW php logs for DEPRECATED warnings across all customers |
Issue https://app.zenhub.com/workspaces/vulcan-6284e0dfb386b00c83981426/issues/gh/humanmade/product-dev/1410 still occurs in 8.2 |
@owaincuvelier Do you have any more exampes of PHP 8.2 (or 8.1) warnings and notices that aren't mentioned above? |
@mikelittle yeah I've been meaning to create tickets from the report in here: https://humanmade.zendesk.com/agent/tickets/7921 still haven't had time yet. If you can take a look you might be able to see if they've been covered or not? |
That's great. Thanks. I'll take a look. |
These are all the ones I have been able to identify so far. I'll close this ticket now and any more occurrences can have their own tickets. |
Description
Altis on PHP 8.2 has been reported to trigger a high number of PHP deprecation warnings in 8.2 which make it very hard to see and diagnose actual issues, we need to fix this to enable clients have better visibility within their log files.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: