“Brew Downgrade Php 8 bis 7.4” Code-Antworten

Heruntergrade von Php 7.4 auf 7.3 Mac herab

#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

Ähnliche Antworten wie “Brew Downgrade Php 8 bis 7.4”

Fragen ähnlich wie “Brew Downgrade Php 8 bis 7.4”

Weitere verwandte Antworten zu “Brew Downgrade Php 8 bis 7.4” auf PHP

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen