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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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