今天我更新了Brew,现在我无法安装PHP56-extensions.
在我的Mac上安装了“PHP56”,今天我需要安装“PHP56-redis”,但是当我尝试安装此扩展时,Brew返回了以下错误消息.
$brew install PHP56-redis
Error: No available formula with the name "PHP56-redis"
==> Searching for a prevIoUsly deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No prevIoUsly deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
我在homebrew / PHP页面上看到这个“tap”已被弃用,现在只有PHP引擎在PHP@5.6上迁移,但扩展不起作用.
解决方法:
首先安装exolnet / homebrew-deprecated
$brew tap exolnet/homebrew-deprecated
安装不推荐的软件包之后
$brew install PHP@5.6