Re: MOving to php8.x
[email protected] (Aziz Saleh)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAPJtNhUGhLuYXNWEgNoKGymP=jTbtT_OhBa=GW_DgW3XTLzmTg@mail.gmail.com> |
You should read the migration notes to see what is being removed, added, changed: Start with (depending on what minor version of major 5 you have): https://www.php.net/manual/en/migration56.php On Sat, Jan 7, 2023 at 8:15 AM william <[email protected]> wrote: > I currently have a complex (about 200 scripts, 2,000 lines) > application that I need to move from php 5.x to 8.x). > > Is there a link that outlines the differences that I will need to > address as I make the transition. > > I am not looking forward to this. > > -bill >