Answers for "swicth php version"

PHP
1

switch php version

sudo update-alternatives --config php
sudo update-alternatives --config phar
sudo update-alternatives --config phar.phar
Posted by: Guest on June-18-2021
0

switch php versions

On Mac using Home Brew, you can switch php versions easily:
brew unlink [email protected]
brew link [email protected]

Or follow the upgrade path to get your app to support the newer php version
Posted by: Guest on February-23-2022

Browse Popular Code Answers by Language