Brew – A Weblog of Priyank Maniar https://priyank.rocks Articles on web development & mobile app development Fri, 04 Feb 2022 15:33:01 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.2 All About Switching PHP Versions on Mac https://priyank.rocks/all-about-switching-php-versions-on-mac/ Wed, 22 Dec 2021 11:21:26 +0000 https://priyank.rocks/?p=8715 How to switch off php 8.1 on mac installed through brew?

Sometimes it is necessary to manually turn off a PHP version. sphp alone does not do the job. Here’s how to do it.


1
brew unlink php@8.1

Switching the versions when we have a different homebrew PHP tap!


1
brew link --overwrite --force shivammathur/php/php@8.0
]]>