Php curl installation for ubuntu

Wednesday of January 08, 2014

Just installed php curl in ubuntu 12 as required by facebook php authentication. 

  1. sudo service apache2 stop
  2. sudo apt-get update -y && sudo apt-get install -y php5-curl 
  3. sudo service apache2 start