Enable php cURL in Ubuntu

When i used Windows enable cURL was little bit tricky, but its so simple in Linux. I am using Ubuntu 12.04 LTS now a days, and when i need cURL enable in my system I run the following command in my Terminal and restart Apache.

sudo apt-get install php5-curl

to restart apache,

sudo service apache2 restart

 

(Visited 46 times, 1 visits today)

Leave a comment

Your email address will not be published. Required fields are marked *