Guest User

Untitled

a guest
Nov 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. sudo a2dismod php7.2 ; sudo a2enmod php5.6 ; sudo service apache2 restart
  2.  
  3. sudo ln -sfn /usr/bin/php5.6 /etc/alternatives/php;
  4.  
  5. sudo a2dismod php5.6 ; sudo a2enmod php7.2 ; sudo service apache2 restart
  6.  
  7. sudo ln -sfn /usr/bin/php7.2 /etc/alternatives/php;
Add Comment
Please, Sign In to add comment