How to install a specific version of php on debian?
Sometimes, for compatibility reasons, a specific PHP version might be required.
Example:
Error: PHP version not supported by application.
Solution:
1. Use `sudo apt-get install phpX.Y` replacing X.Y with desired version.
2. Verify with `php -v`.