running PHP 7 and PHP 5 together – ubuntu

Install the dependancies

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-mbstring php7.0-mbstring php-xdebug libapache2-mod-php5.6 libapache2-mod-php7.0

Switch from 7 to 5

sudo a2dismod php7.0
sudo a2enmod php5.6
sudo service apache2 restart

Switch from 5 to 7

sudo 2dismod php5.6 
sudo a2enmod php7.0  
sudo service apache2 restart
VN:F [1.9.9_1125]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.9_1125]
Rating: 0 (from 0 votes)

713 views

This entry was posted on Wednesday, March 22nd, 2017 at 1:23 pm and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed.

Leave a Reply