Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # PHP 7
  2. brew install php70-mcrypt
  3.  
  4. # PHP 5
  5. brew install php56-mcrypt --without-homebrew-php
  6.  
  7. # PHP 7
  8. extension="/usr/local/Cellar/php70-mcrypt/7.0.x/mcrypt.so"
  9.  
  10. # PHP 5
  11. extension="/usr/local/Cellar/php56-mcrypt/5.6.x/mcrypt.so"
  12.  
  13. brew reinstall -fs php71-mcrypt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement