Hi : What are the versions need to migrate from php7.3 to php8.0? #7901
-
Hi,
2.what are the rules have to be applied for entire migrate process
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
On very beginning on legacy project with many files, I suggest to use per-Set list SetList::PHP_XX first for easy to review the change, then continue until no error. When all applied, you can use the up to |
Beta Was this translation helpful? Give feedback.
On very beginning on legacy project with many files, I suggest to use per-Set list SetList::PHP_XX first for easy to review the change, then continue until no error.
When all applied, you can use the up to
LevelSetList::UP_TO_PHP_80
so the code will be compatible for new code,