Installing PHP
- 
2. Enabling PHP 5.6 RepositoryAdd PHP 5.6 Repo for Debian GNU/Linux 
- 
3. Installing PHP 5.6Now to Install PHP 5.6 for Debian. sudo apt install php5.6 
- 
4. Switching PHP VersionFinally, to Switch between PHP Versions. sudo update-alternatives --config php Make Selection and Press ‘Enter’ to Confirm! 
Contents
