How to Switch between Multiple PHP Version on Ubuntu – TecAdmin

How to Switch between Multiple PHP Version on Ubuntu – TecAdmin: sudo update-alternatives --set php /usr/bin/php5.6 sudo update-alternatives --set phar /usr/bin/phar5.6
sudo update-alternatives --set phar.phar /usr/bin/phar.phar5.6
sudo update-alternatives --set phpize /usr/bin/phpize5.6
sudo update-alternatives --set php-config /usr/bin/php-config5.6

Comments

Popular posts from this blog

Here are the most popular ways to make an HTTP request in JavaScript

Ajax Image Upload Using Dropzone.js with Normal Form Fields On Button Click Using PHP