Find us on facebook

Jan 31, 2018

Both php 7.0 and 5.6 on Ubuntu

  • sudo add-apt-repository ppa:ondrej/php
  • sudo apt-get update
  • sudo apt-get install php5.6 php7.0
  • sudo a2dismod php5.6
  • sudo a2enmod php7.0
  • sudo service apache2 restart    

No comments:

Post a Comment