×

Welcome to TagMyCode

Please login or create account to add a snippet.
1
0
 
2
Language: Bash
Posted by: Massimo Zappino
Added: Jun 14, 2012 7:29 AM
Modified: Aug 11, 2017 2:36 PM
Views: 1823
Tags: curl php ubuntu
  1. # install php5-curl package
  2. sudo apt-get install php5-curl
  3.  
  4. # restart apache
  5. sudo service apache2 restart
  6.