Merge pull request #28 from linuxserver/pgsql

Add pgsql
This commit is contained in:
aptalca 2018-05-11 10:55:07 -04:00 committed by GitHub
commit 9d169a5a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -44,7 +44,9 @@ RUN \
php7-mysqli \
php7-mysqlnd \
php7-pdo_mysql \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-pgsql \
php7-phar \
php7-soap \
php7-sockets \

View File

@ -81,6 +81,7 @@ Add your web files to /config/www for hosting.
## Versions
+ **11.05.18:** Add php pgsql support
+ **19.04.18:** Bind memcached to localhost only, add php7-sqlite3
+ **05.01.18:** Rebase to alpine 3.7
+ **08.11.17:** Add php7 soap module