Created
October 10, 2015 03:57
-
-
Save haxpor/9ffe72210c490ffe3c3e to your computer and use it in GitHub Desktop.
Install curl on php5, from https://www.digitalocean.com/community/questions/curl-is-not-installed-in-your-php-installation
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
Open SSH | |
1. First Install CURL by typing sudo apt-get install curl | |
2. Then Restart Apache by typing sudo service apache2 restart | |
3. Then Install PHP5 CURL by typing sudo apt-get install php5-curl | |
4. will prompt to install... type y or yes! | |
5. Then Restart Apache by typing sudo service apache2 restart Done! | |
Now you should be fine! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment