使用已弃用的homebrew / php在OSX上安装适用于PHP 5.6的PHP扩展

今天我更新了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
上一篇:Android中不推荐使用’java.lang.String’


下一篇:php – 使用$GLOBALS [‘HTTP_GET_VARS’]已被弃用?