how to install php curl 28linux 29 apache2

Solutions on MaxInterview for how to install php curl 28linux 29 apache2 by the best coders in the world

showing results for - "how to install php curl 28linux 29 apache2"
Mikaela
22 Mar 2016
1#install the latest php CURL
2sudo apt-get install php-curl
3
4#install a specific PHP[version]-curl, php version 5 is the example below
5sudo apt-get install php5-curl
6
7#restart apache by typing
8sudo service apache2