diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2012-06-25 22:17:51 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-25 22:17:51 -0400 |
commit | c4b2dcda0cf61d95c191b832c05d52ae5695e0b7 (patch) | |
tree | 016776ebab1fd8c8e12529d246879f32346d0658 /libraries/php-pgsql/README | |
parent | a572c88c3f387c43e375a61771105d66d4bff538 (diff) | |
download | slackbuilds-c4b2dcda0cf61d95c191b832c05d52ae5695e0b7.tar.gz |
libraries/php-pgsql: Added (PostgreSQL bindings for PHP)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/php-pgsql/README')
-rw-r--r-- | libraries/php-pgsql/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/php-pgsql/README b/libraries/php-pgsql/README new file mode 100644 index 0000000000..cc1878cf3b --- /dev/null +++ b/libraries/php-pgsql/README @@ -0,0 +1,7 @@ +This extension enables PHP to connect to and use PostgreSQL databases. + +php-pgsql requires postgresql. + +To enable the pgsql extension for php, go to /etc/php/pgsql.ini +and uncomment the line: + ; extension=pgsql.so |