在 OSX 上安装 PHP 5.6 的 PHP 扩展,使用已弃用的自制/php
2022-08-30 19:32:16
今天我已经更新了Brew,现在我无法安装php56扩展。
在我的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上迁移,但扩展不起作用。