brew update
//tap命令创建仓库
brew tap homebrew/dupes
brew tap homebrew/php
brew update
brew install php70 --with-apache
brew link php70
php -v
mac homebrew 安装 php7
最新推荐文章于 2024-09-13 22:16:30 发布
brew update
//tap命令创建仓库
brew tap homebrew/dupes
brew tap homebrew/php
brew update
brew install php70 --with-apache
brew link php70
php -v