Skip to content

Instantly share code, notes, and snippets.

View zhuzhengyang's full-sized avatar

Zhu Zhengyang zhuzhengyang

View GitHub Profile
@zhuzhengyang
zhuzhengyang / install_psql_php.sh
Created July 12, 2016 11:20 — 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