Created
February 28, 2018 03:10
-
-
Save virbo/c45c2ff5b91aee82acf50696859076c9 to your computer and use it in GitHub Desktop.
Install pdo_pgsql in CWP
This file contains hidden or 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
| 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