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
最新推荐文章于 2025-04-25 09:57:33 发布
brew update
//tap命令创建仓库
brew tap homebrew/dupes
brew tap homebrew/php
brew update
brew install php70 --with-apache
brew link php70
php -v