Just installed php curl in ubuntu 12 as required by facebook php authentication.
- sudo service apache2 stop
- sudo apt-get update -y && sudo apt-get install -y php5-curl
- sudo service apache2 start
Wednesday of January 08, 2014
Just installed php curl in ubuntu 12 as required by facebook php authentication.