Skip to content

Instantly share code, notes, and snippets.

@stephen-talari
stephen-talari / install_psql_php.sh
Created June 16, 2016 05:34 — forked from giorgiofellipe/install_psql_php.sh
Install PHP PGSQL extensions on Mac OS X Yosemite (change PHP_VER with your PHP version)
PHP_VER="5.5.14"
# Check if extension exists first
php -m | grep pgsql
# Update brew and install requirements
brew update
brew install autoconf
# Download PHP source and extract