Guest User

Untitled

a guest
Jul 17th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $ brew install php@5.6
  2. $ brew install php@7.0
  3. $ brew install php@7.1
  4. $ brew install php@7.2
  5.  
  6.  
  7. /usr/local/etc/php/5.6/php.ini
  8. /usr/local/etc/php/7.0/php.ini
  9. /usr/local/etc/php/7.1/php.ini
  10. /usr/local/etc/php/7.2/php.ini
  11.  
  12.  
  13. brew unlink php@7.2 && brew link --force --overwrite php@5.6
  14.  
  15. php -v
  16.  
  17. PHP 5.6.35 (cli) (built: Mar 31 2018 20:21:31)
Add Comment
Please, Sign In to add comment