Back

php: curl init not found

发布时间: 2014-02-20 11:40:00

in ubuntu, you need to install php5-curl:

$ aptitude install php5-curl

$ /etc/init.d/php5-fpm restart   # remember to do this

Back