用mac 的brew 安装多个版本的PHP 版本的,安装php53 php56 都是正常的情况,php7.0安装就报错
brew install php70
==> Installing php70 from josegonzalez/php
Error: Cannot install josegonzalez/php/php70 because conflicting formulae are installed.
php55: because different php versions install the same binaries.
Please `brew unlink php55` before continuing.
Unlinking removes a formula's symlinks from /usr/local. You can
link the formula again after the install finishes. You can --force this
install, but the build may fail or cause obscure side-effects in the
resulting software.
➜ ~ brew install josegonzalez/php70
Error: No available formula with the name "josegonzalez/php70"
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.
➜ ~ brew list
freetype icu4c libevent libxml2 php-version php55 unixodbc
gettext jpeg libpng openssl php53 readline
报错信息不太明白什么意思
正确的姿势是:
错误详细说明: