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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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;