Skip to content

Instantly share code, notes, and snippets.

@virbo
Created February 28, 2018 03:10
Show Gist options
  • Select an option

  • Save virbo/c45c2ff5b91aee82acf50696859076c9 to your computer and use it in GitHub Desktop.

Select an option

Save virbo/c45c2ff5b91aee82acf50696859076c9 to your computer and use it in GitHub Desktop.
Install pdo_pgsql in CWP
1. Download file binary PHP dari http://php.net/downloads.php (sesuaikan dengan versi php yang digunakan)
2. Extract file tersebut, kemudian masuk ke folder ext/pdo_pgsql
3. konfigurasi kembali php dengan perintah
~~
phpize
./configure --with-pdo-pgsql
make && make install
~~
4. restart apache
5. pdo_pgsql telah aktif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment