Mac/Brew/PHP
Untuk mengetahui PHP yang terinstall di brew
brew ls --versions | grep '^php[ @]'
php 8.2.10
[email protected] 7.1.33_9
[email protected] 7.2.34_9
Untuk berpindah dari php 7.2 ke php 8.2
brew unlink [email protected]
brew link php
Untuk mengetahui PHP yang terinstall di brew
brew ls --versions | grep '^php[ @]'
php 8.2.10
[email protected] 7.1.33_9
[email protected] 7.2.34_9
Untuk berpindah dari php 7.2 ke php 8.2
brew unlink [email protected]
brew link php