简体   繁体   中英

upload old php and mysql version website to server which has new php, mysql version

I have a forge account. The server has php7.3, mysql8.0, nginx configured. I have a website which require apache server and it was developed in php5.6 and mysql5.5 version. So my question is can I run this website in my forge server?

What you need to figure out is to see if your code contains functions or structures that have been deprecated with PHP7.x.

As mentioned by Angel, reading the migration documentation and more specifically the backward incompatible changes and the deprecated features will help you check the compatibility of your code with your new environment.

You're not migrating from PHP5.6 to PHP7.0, but you're moving from one server with PHP5.6 to a server with PHP7.3, which will result to the exact same thing...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM