记录日常点点滴滴,欢迎来到我的小站。

0%

Ubuntu安装php的curl扩展

1,首先,进行apt-get update
2,输入apt-cache search curl | grep php来查询支持的curl扩展的名字;
可能会返回如下内容:php7.2-curl - CURL module for php7
3,进行安装:sudo apt-get install php7.2-curl
4,重启服务器:systemctl restart apache2