Skip to content

Instantly share code, notes, and snippets.

@vub
Last active July 6, 2018 05:42
Show Gist options
  • Save vub/6a003024f28f360c90b5fc6ce12b12c2 to your computer and use it in GitHub Desktop.
Save vub/6a003024f28f360c90b5fc6ce12b12c2 to your computer and use it in GitHub Desktop.
Dev Box

Install PHP

OSX

Install PHP via Brew

brew install php70
export PATH="$(brew --prefix php@7.0)/bin:$PATH"

Install PHP extensions

Config PHP.INI

php --ini

Remove PHP

brew list --versions | grep php
brew remove php@7.0

Greate articles

https://getgrav.org/blog/macos-sierra-apache-multiple-php-versions
https://getgrav.org/blog/macos-sierra-apache-mysql-vhost-apc
https://getgrav.org/blog/macos-sierra-apache-ssl
https://medium.com/@romaninsh/install-php-7-2-on-macos-high-sierra-with-homebrew-bdc4d1b04ea6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment