-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
refactor: drop support for Config\App::$proxyIPs = ''
#7621
Conversation
1575718
to
93c507f
Compare
Any context? We have a lot of code marked as deprecated. Why are we removing this exact thing now? Are we going to remove more on the way to 4.4? |
I believe it would be a good guide for developers if the exact deprecation version is provided. In addition, the accumulation of notifications is prevented. @deprecated [<Semantic Version>] [<description>] more info here. |
Oh, removing |
f41074d
to
e9d9026
Compare
Config\App::$proxyIPs = ''
@michalsn Reverted
I would like to remove deprecated properties in |
When it comes to removing deprecated config variables (and code in general), it would be great if we could announce such changes one version ahead of doing this. But if others have nothing against then I'm fine with removing these in 4.4. It would be nice if we could add a date for removing deprecated code when we mark it as deprecated. For example, if we deprecate something in the 4.4.0 release, the description would say that it will be removed in 4.6.0. This would be more transparent and show developers how much time they have to make permanent changes. Honestly, I see no issue with removing |
Dynamic properties cause errors in PHP 8.2. |
If we don't mind removing the deprecated items other than Config items, I want to remove them after changing the Backward Compatibility Notes. It would be nice to give notice of the removal in one previous version, but it would be a hassle for us to do so. If we set a rule that we will remove deprecated items in the next next version, I think it would be easier to do so. |
BC notes seem a bit outdated.
Sounds good. |
Needs #7620Description
removeRequest::$proxyIPs
Config\App::$proxyIPs = ''
(old Config file)Checklist: