rollback to previous php version in linux

Solutions on MaxInterview for rollback to previous php version in linux by the best coders in the world

showing results for - "rollback to previous php version in linux"
Bart
10 Apr 2016
1sudo rm /etc/alternatives/php; sudo ln -s /usr/bin/php5.6 /etc/alternatives/php;