MAC PHP版本安装问题

安装php 7.4版本不成功

Error: [email protected] has been disabled because it is a versioned formula!

因为php7.4官方已经不再维护,所以Hombrew将该php版本移出了repository,所以安装不了。

 解决办法

从第三方仓库中安装

//将第三方仓库加入brew
brew tap shivammathur/php

//安装PHP
brew install shivammathur/php/[email protected]

PHP版本切换

// brew-php-switcher 是通过 brew 安装的,安装方式如下:
brew install brew-php-switcher

// 使用方式:
brew-php-switcher   /  brew-php-switcher  -s

// 例如
brew-php-switcher 5.6 -s

你可能感兴趣的:(PHP,php,开发语言)