Skip to content

Instantly share code, notes, and snippets.

@biswarupadhikari
Created December 21, 2012 11:39
Show Gist options
  • Save biswarupadhikari/4352313 to your computer and use it in GitHub Desktop.
Save biswarupadhikari/4352313 to your computer and use it in GitHub Desktop.
How to Install PHP Curl In Ubuntu
sudo apt-get install php5-curl
@biswarupadhikari
Copy link
Author

Install xmlrpc php extension

sudo apt-get install php5-xmlrpc

Install intl PHP Extension

sudo apt-get install php5-intl

@biswarupadhikari
Copy link
Author

sudo apt-get install curl libcurl3 libcurl3-dev php5-curl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment