mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
2417f790cd
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
311 B
Text
8 lines
311 B
Text
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.
|