Skip to content

Instantly share code, notes, and snippets.

@Sir-Arturio
Sir-Arturio / php-switch
Created September 6, 2012 14:29 — forked from torifat/php-switch
a php switching utillity for homebrew
#!/bin/sh
# php switch for homebrew
# $ brew tap josegonzalez/php && brew install php53 --with-mysql && brew install php54 --with-mysql
# Please add '/usr/local/Cellar/php/bin' to the beginning of your PATH variable to enable the command line binaries.
# Might as well ask for password up-front, right?
sudo -v