Guest User

Untitled

a guest
May 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. sudo apt-get install php5-curl php5-mcrypt
  2.  
  3. sudo service apache2 restart
  4.  
  5. sudo service php5-fpm restart
  6.  
  7. sudo apt-get install curl
  8.  
  9. 1-> PHP 7.0: sudo apt-get install php7.0-curl
  10. 2-> PHP 7.1: sudo apt-get install php7.1-curl
  11. 3-> PHP 7.2: sudo apt-get install php7.2-curl
  12. 4-> PHP 5.5: sudo apt-get install php5.5-curl
  13. 5-> PHP 5.6: sudo apt-get install php5.6-curl
Add Comment
Please, Sign In to add comment