diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2016-02-06 23:29:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-07 15:06:56 +0700 |
commit | 3236f58d492043f86216cfacc31b5ca7afa81f9c (patch) | |
tree | aa7107b86b2bddad62200627b39e09d5b0f41ecd /libraries/php-pgsql/README | |
parent | 41761f24df2c0c975136f0bdb1ac8c392d1a2036 (diff) | |
download | slackbuilds-3236f58d492043f86216cfacc31b5ca7afa81f9c.tar.gz |
libraries/php-pgsql: Updated for version 5.6.18.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/php-pgsql/README')
-rw-r--r-- | libraries/php-pgsql/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/php-pgsql/README b/libraries/php-pgsql/README index 0bfd01616e..f33e29e8cf 100644 --- a/libraries/php-pgsql/README +++ b/libraries/php-pgsql/README @@ -1,5 +1,5 @@ This extension enables PHP to connect to and use PostgreSQL databases. -To enable the pgsql extension for php, go to /etc/php/pgsql.ini +To enable the pgsql extension for php, go to /etc/php.d/pgsql.ini and uncomment the line: ; extension=pgsql.so |