Answers for "switch php version linux command line"

PHP
8

switch php version ubuntu

# From PHP 7.1 => PHP 5.6

#Apache
sudo a2dismod php7.1
sudo a2enmod php5.6
sudo service apache2 restart
 
 #command Line
 sudo update-alternatives --set php /usr/bin/php5.6
Posted by: Guest on October-16-2021
1

switch php version

sudo update-alternatives --config php
Posted by: Guest on August-03-2021
0

how switch php version in ubuntu

sudo update-alternatives --set php /usr/bin/php5.6
Posted by: Guest on February-20-2022

Code answers related to "switch php version linux command line"

Browse Popular Code Answers by Language