Question
How to downgrade PHP7 to PHP5.x ?
I upgrade my PHP in LAMP Ubuntu 14 server to PHP 7 following the tutorial - https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-php-7-on-ubuntu-14-04
However after testing the application for 2 days, I wanted to downgrade it back to the original php version because of many unexpected errors in composer packages.
Image : http://i.imgur.com/MS2Q2Nz.png
Would be helpful if anyone can share the details.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Your image doesn’t seem to show any problems other than the misspelling of the package name (it’s php7.0).
This worked for me
http://askubuntu.com/a/766271/191751