Ubuntu为例,只需一条命令即可:
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
然后重新启动你的服务器:
sudo /etc/init.d/apache2 restart
Curl就已经安装完毕了,在php文件里查看是否安装Curl
<?php phpinfo(); ?>中找到
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
然后重新启动你的服务器:
sudo /etc/init.d/apache2 restart
Curl就已经安装完毕了,在php文件里查看是否安装Curl
<?php phpinfo(); ?>中找到