Created
January 11, 2018 01:30
-
-
Save texnikru/f9172222192cd73947693eaf065c3215 to your computer and use it in GitHub Desktop.
Installing PDO extension of PostgresSQL for Mac OSX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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