Skip to content

Instantly share code, notes, and snippets.

@SObS
SObS / install-ts-php.sh
Created February 14, 2017 12:09 — forked from bipinu/install-ts-php.sh
Install Thread Safe PHP, along with pthreads extension on OS X
# Note: Based on http://justinhileman.info/article/reinstalling-php-on-mac-os-x/
# Refer to the page in case of any issues
# Assumed that you have Brew install; else run the following commands
# xcode-select --install
# ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap homebrew/dupes
brew tap homebrew/versions