-
Notifications
You must be signed in to change notification settings - Fork 746
acme: small depreciation fix #4938
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
base: master
Are you sure you want to change the base?
Conversation
|
@james8675309 Thank you James! @fraenki Any blockers here? |
|
@sopex Aside from the |
|
@fraenki From what I remember, nothing. I was trying to fix the depreciation error from showing up on the UI and the error log. |
|
|
My understanding of PHP is that these will override the others, no? (Maybe you are correct, I haven't seen the code for 2+ months. In my mind, private would necessarily create a different copy) |
No, protected does not overlap across classes even if derived. It's actually "private" to each Class/File. ;)
This may be due to deplyoment mode set to "development". I think these are all warnings only, no? |
Assuming @james8675309 was not in development mode (see above) these depreciation warnings, at least under specific circumstances, prevent the plugin from saving settings and activating properly. On my limited testing what James reports above is at least partly observed on non development deployment mode, but I don't have a 100% vannila vm available for testing. |
|
The API is more allergic to this it seems, but I haven’t seen this to be a widespread issue. Either way happy to move this forward with @fraenki’s approval |
|
The PHP deprecation warnings were already addressed in another PR (#4824). |




Creation of dynamic properties and the ${var} syntax have been deprecated since PHP 8.2