Install php7.2 instead of php5.4 on Amazon Linux 2
Problem: When you start a new Amazon Linux 2 AMI server, and try to install php via command:
yum install php
After install successfully and check the version, you would see php -v
PHP 5.4.16 (cli) (built: Oct 31 2019 18:34:05)
However, the latest php...
victorleungtw.hashnode.dev1 min read