Skip to content

Instantly share code, notes, and snippets.

View jaimerodas's full-sized avatar

Jaime Rodas jaimerodas

View GitHub Profile
@jaimerodas
jaimerodas / install.sh
Last active March 12, 2016 00:48 — forked from bobthecow/install.sh
Install PHP on OS X
brew tap homebrew/dupes
brew tap homebrew/versions
brew tap homebrew/homebrew-php
# Xcode CLT *must* be installed
# https://github.com/Homebrew/homebrew-php/issues/1946
xcode-select --install
# Install PHP
brew install php56 --with-pear