php: curl init not found
访问量: 3266
in ubuntu, you need to install php5-curl:
$ aptitude install php5-curl
$ /etc/init.d/php5-fpm restart # remember to do this
访问量: 3266
in ubuntu, you need to install php5-curl:
$ aptitude install php5-curl
$ /etc/init.d/php5-fpm restart # remember to do this