How to install the latest stable PHP 7.2 in Ubuntu Linux.
In this post I’m going to show you how to install PHP 7.2 in Ubuntu 16.04 system. Beginning with Ubuntu 16.04, PHP 7 has replaced PHP 5 as the default PHP version in the Ubuntu software repository. And can be installed by simply using the command: sudo apt-get install php7 But PHP 7.2 is the… Read More »