Merge pull request #7 from linuxserver/php7-sockets

Add php7-sockets
This commit is contained in:
sparklyballs 2017-04-18 22:56:15 +01:00 committed by GitHub
commit 9a0dc9aced
2 changed files with 2 additions and 0 deletions

View File

@ -42,4 +42,5 @@ RUN \
php7-mysqlnd \
php7-pdo_mysql \
php7-pdo_sqlite \
php7-sockets \
php7-xml

View File

@ -81,6 +81,7 @@ Add your web files to /config/www for hosting.
## Versions
+ **18.04.17:** Add php7-sockets
+ **27.02.17:** Rebase to alpine 3.5, update to nginx 1.10.2 and php7
+ **14.10.16:** Add version layer information.
+ **10.09.16:** Add badges to README.