Created
December 21, 2012 11:39
-
-
Save biswarupadhikari/4352313 to your computer and use it in GitHub Desktop.
How to Install PHP Curl In Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install php5-curl |
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
Install xmlrpc php extension
sudo apt-get install php5-xmlrpc
Install intl PHP Extension
sudo apt-get install php5-intl