如何将php cURL升级到7.36.0版?

前端之家收集整理的这篇文章主要介绍了如何将php cURL升级到7.36.0版?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我的CentOS服务器上有PHP curl 7.19.7,但我需要升级到7.36.0.

我试过了:

yum update PHP-curl

但我得到了:

Loaded plugins: downloadonly,fastestmirror
Loading mirror speeds from cached hostfile
 * epel: mirror.t-home.mk
Setting up Update Process
No Packages marked for Update
使用城市风扇回购(卷曲镜子 http://curl.haxx.se/download.html#LinuxRedhat的一部分)
rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel6/x86_64/city-fan.org-release-2-1.rhel6.noarch.rpm
yum install libcurl

您可以查看最新版本here.

这当前将卷曲从7.19更新到7.40

原文链接:https://www.f2er.com/php/135858.html

猜你在找的PHP相关文章