Answers for "install php 7.4 mac"

PHP
0

macos install php 7.4

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

install php 7.4 ubuntu

sudo apt update
sudo apt install php php-cli php-fpm php-json php-pdo php-mysql php-zip php-gd  php-mbstring php-curl php-xml php-pear php-bcmath
Posted by: Guest on August-29-2020
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

Browse Popular Code Answers by Language