To switch php version of Ubuntu server

Sometimes we need to change or switch different version of php in Linux/Ubuntu Server for checking php version compatibility.  This snippet is very essential to switch among php versions. To check current version of php: php -v To Install Other version of php: First add repository of php maintainer sudo add-apt-repository ppa:ondrej/php sudo apt-get update …

Continue reading