Open ningkexin opened 4 years ago
brew reinstall --build-from-source php@7.1
请问 "Downloading from https://www.php.net/distributions/php-7.1.0.tar.xz" 特别慢你是怎么处理的
@gnixner brew reinstall --build-from-source php@7.1
请问 "Downloading from https://www.php.net/distributions/php-7.1.0.tar.xz" 特别慢你是怎么处理的
# vi ~/.curlrc
# 加入以下代码 代理curl
socks5 = "127.0.0.1:1086"
# 第二种更改源文件 找到地址更改
code /usr/local/Homebrew/Library/Taps/exolnet/homebrew-deprecated/Formula/php@7.1.rb
@ningkexin
@gnixner brew reinstall --build-from-source php@7.1
请问 "Downloading from https://www.php.net/distributions/php-7.1.0.tar.xz" 特别慢你是怎么处理的
# vi ~/.curlrc # 加入以下代码 代理curl socks5 = "127.0.0.1:1086" # 第二种更改源文件 找到地址更改 code /usr/local/Homebrew/Library/Taps/exolnet/homebrew-deprecated/Formula/php@7.1.rb
感谢
非常感谢问题已解决!!
https://ningke.xin/2020-05-07/mac-solve-install-old-php/#more
mac安装旧版本的php7.1或者php5.6(这些版本已经在标准库废弃),解决多版本依赖库报错问题