mac安装多个版本php
小编的电脑装的php版本是7.3.9,但是由于需求需要使用到ph5.6版本的,由于小编第一次使用mac本,也是摸索着安装的。今天小编分享一下安装的经验,仅供参考
使用brew install php56安装报错
直接安装报错,于是小编采取下面的安装办法
1.brew tap exolnet/homebrew-deprecated
2.brew search php,发现有5.6的版本,接下来进行安装
3.brew install [email protected]
4.启动 php5.6 brew services start exolnet/deprecated/[email protected]