Answers for "install php7.2 mac"

PHP
1

macos install php 7.4

brew install [email protected]
Posted by: Guest on June-22-2021
0

install php 5.6 mac

#php 5.6 is deprecated so to install it
brew tap exolnet/homebrew-deprecated
brew install [email protected]
Posted by: Guest on September-30-2021
0

mac use [email protected]

brew install [email protected]
brew services restart php
brew unlink [email protected]
brew link [email protected]

echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.zshrc
echo 'export PATH="/usr/local/opt/[email protected]/sbin:$PATH"' >> ~/.zshrc
Posted by: Guest on June-07-2022

Browse Popular Code Answers by Language