“BREW DOWNGRADE PHP 8 hingga 7.4” Kode Jawaban

Downgrade PHP 7.4 ke 7.3 Mac

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

Jawaban yang mirip dengan “BREW DOWNGRADE PHP 8 hingga 7.4”

Pertanyaan yang mirip dengan “BREW DOWNGRADE PHP 8 hingga 7.4”

Lebih banyak jawaban terkait untuk “BREW DOWNGRADE PHP 8 hingga 7.4” di PHP

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya