blob: 54ceea89b1354bdbce58e722b9275fe24b6ca394 (
plain)
1
2
3
4
5
6
7
8
|
This is an implementation of the pgsql and pdo_pgsql PHP extensions for HHVM.
Once you've installed hhvm-pgsql, create the following lines in
/etc/hhvm/php.ini (create one if it doesn't exist):
extension_dir = /usr/lib64/hhvm/extensions
hhvm.extensions[pgsql] = pgsql.so
Restart the HipHop virtual machine.
|