Mac/Brew/PHP

From Corat Coret
Revision as of 05:34, 27 May 2024 by Johan Efendi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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