“понизить PHP от 7,4 до 7,3 Mac” Ответ

понизить PHP от 7,4 до 7,3 Mac

#Install php version 7.3
brew install php@7.3
#Install the required PHP to your PATH
echo 'export PATH="/usr/local/opt/php@7.3/bin:$PATH"' >> ~/.bash_profile
echo 'export PATH="/usr/local/opt/php@7.3/sbin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
#Check Version
php --version
#Show you where your ini file is loaded
php --ini
Snippets

Brew PHP 8 до 7,4

$ brew unlink php@7.1
$ brew link php@7.4 --force --overwrite
Graceful Gerbil

Ответы похожие на “понизить PHP от 7,4 до 7,3 Mac”

Вопросы похожие на “понизить PHP от 7,4 до 7,3 Mac”

Больше похожих ответов на “понизить PHP от 7,4 до 7,3 Mac” по PHP

Смотреть популярные ответы по языку

Смотреть другие языки программирования