Skip to content

Instantly share code, notes, and snippets.

@texnikru
Created January 11, 2018 01:30
Show Gist options
  • Save texnikru/f9172222192cd73947693eaf065c3215 to your computer and use it in GitHub Desktop.
Save texnikru/f9172222192cd73947693eaf065c3215 to your computer and use it in GitHub Desktop.
Installing PDO extension of PostgresSQL for Mac OSX
brew install libpq
phpbrew extension install pdo_pgsql
phpbrew ext install pdo_pgsql -- --with-pdo-pgsql=/usr/local/opt/libpq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment