mac上使用php7.0 以及其它版本的体会:
1.
Brew PHP Switcher :用户切换mac下的php版本。
安装:#
brew install brew-php-switcher
具体切换:#
brew-php-switcher 56 活着53,54,55,70
具体mac截图:
AndyYudeMacBook-Pro:~ AndyYu$ brew-php-switcher 56
Switching to php56
Switching your shell
Unlinking /usr/local/Cellar/php56/5.6.23... 0 symlinks removed
Unlinking /usr/local/Cellar/php70/7.0.8... 17 symlinks removed
Linking /usr/local/Cellar/php56/5.6.23... 17 symlinks created
You will need sudo power from now on
Switching your apache conf
Restarting apache
All done!
注意标红字体会发现,其实主要是对链接符号的连接和断开来做指向。