ningkexin / comment

0 stars 0 forks source link

homebrew 不能安装旧版本的php5.6 或者 php7.1 | ning #11

Open ningkexin opened 4 years ago

ningkexin commented 4 years ago

https://ningke.xin/2020-05-07/mac-solve-install-old-php/#more

mac安装旧版本的php7.1或者php5.6(这些版本已经在标准库废弃),解决多版本依赖库报错问题

gnixner commented 4 years ago

brew reinstall --build-from-source php@7.1

请问 "Downloading from https://www.php.net/distributions/php-7.1.0.tar.xz" 特别慢你是怎么处理的

ningkexin commented 4 years ago

@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
gnixner commented 4 years ago

@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

感谢

feimoc commented 2 years ago

非常感谢问题已解决!!