You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to upgrade a project from PHP 8.1 to PHP 8.4
I'd like to fix Backward Incompatible Changes and Deprecations only. as in https://www.php.net/manual/en/appendices.php
But PHP sets for 8.2, 8.3, 8.4 include more rules than I need.
In #8285 author requested something similar.
The answer from the post:
Run php sets one by one, step by step, and just skip that what you don't want :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I want to upgrade a project from PHP 8.1 to PHP 8.4
I'd like to fix Backward Incompatible Changes and Deprecations only. as in https://www.php.net/manual/en/appendices.php
But PHP sets for 8.2, 8.3, 8.4 include more rules than I need.
In #8285 author requested something similar.
The answer from the post:
Will require some developer time to manually check Each of the rule, according to https://www.php.net/manual/en/appendices.php if I it is really mandatory or not.
Is there a way to add Subsets of rules as
Beta Was this translation helpful? Give feedback.
All reactions