Merge pull request #19 from linuxserver/soap

Add php soap module
This commit is contained in:
sparklyballs 2017-11-08 20:48:47 +00:00 committed by GitHub
commit 92953dcbfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ RUN \
php7-pdo_mysql \
php7-pdo_sqlite \
php7-phar \
php7-soap \
php7-sockets \
php7-tokenizer \
php7-xml \

View File

@ -81,6 +81,7 @@ Add your web files to /config/www for hosting.
## Versions
+ **08.11.17:** Add php7 soap module
+ **31.10.17:** Add php7 exif and xmlreader modules
+ **30.09.17:** Copy additional root files into image
+ **24.09.17:** Add memcached service