1
2
3
4
5$ brew search php #使用此命令搜索可用的PHP版本
$ brew install php@7.4 #使用此命令安装指定版本的php
$ brew link php@7.4 # 刷新php连接
$ brew install brew-php-switcher #安装php多版本切换工具
$ brew-php-switcher 7.4 #切换PHP版本到7.1(需要brew安装多个版本)
1
2
3
4
5$ brew search php #使用此命令搜索可用的PHP版本
$ brew install php@7.4 #使用此命令安装指定版本的php
$ brew link php@7.4 # 刷新php连接
$ brew install brew-php-switcher #安装php多版本切换工具
$ brew-php-switcher 7.4 #切换PHP版本到7.1(需要brew安装多个版本)