change the php version in linux

Solutions on MaxInterview for change the php version in linux by the best coders in the world

showing results for - "change the php version in linux"
Henri
22 Jul 2017
1sudo update-alternatives --set php /usr/bin/php7.2
2sudo update-alternatives --set phar /usr/bin/phar7.2
3sudo update-alternatives --set phar.phar /usr/bin/phar.phar7.2
4sudo update-alternatives --set phpize /usr/bin/phpize7.2
5sudo update-alternatives --set php-config /usr/bin/php-config7.2
6