Mac/Brew/PHP

From Corat Coret
Revision as of 20:17, 23 May 2024 by Johan Efendi (talk | contribs) (Created page with "Untuk mengetahui PHP yang terinstall di brew <pre> brew ls --versions | grep '^php[ @]' php 8.2.10 [email protected] 7.1.33_9 [email protected] 7.2.34_9 </pre> Untuk berpindah dari php 7.2 ke php 8.2 <pre> brew unlink [email protected] brew link php </pre>")
(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