Skip to content

Instantly share code, notes, and snippets.

View marinalohova's full-sized avatar

Marina Lohova marinalohova

View GitHub Profile
@marinalohova
marinalohova / install_psql_php.sh
Last active August 29, 2015 14:27 — 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.20"
brew install wget
# Check if extension exists first
php -m | grep pgsql
# Update brew and install requirements
brew update
brew install autoconf