How to install PHP8
How to install PHP and related modules If you are using CentOS7 or older CentOS, please use yum instead of dnf. If you are using Ubuntu, please use apt-get. How to install PHP provided by Linux’s distributors PHP can be older than official PHP but its maintenance is done by OS distributor. So you can leave the update of PHP to them. How to install PHP provided by official PHP You can get latest PHP from official PHP, which is merit. Demerit is that you have to keep catching up with update provided by official PHP, so you have to take responsibility of that part. If you have multiple version…
Read More