Hi : What are the versions need to migrate from php7.3 to php8.0? #7901
Answered
by
samsonasik
JainulMufafika
asked this question in
Q&A
|
Hi,
2.what are the rules have to be applied for entire migrate process
|
Answered by
samsonasik
Apr 26, 2023
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 |
0 replies
Answer selected by
samsonasik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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
LevelSetList::UP_TO_PHP_80so the code will be compatible for new code,