Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit f998cd2

Browse files
authored
Merge pull request #349 from linuxserver/php-modules
Add php7-bcmath php7-pear php7-xmlrpc
2 parents bf37c03 + e44bc07 commit f998cd2

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN \
3636
nginx-mod-rtmp \
3737
nginx-mod-stream \
3838
nginx-vim \
39+
php7-bcmath \
3940
php7-bz2 \
4041
php7-ctype \
4142
php7-curl \
@@ -53,6 +54,7 @@ RUN \
5354
php7-pdo_mysql \
5455
php7-pdo_pgsql \
5556
php7-pdo_sqlite \
57+
php7-pear \
5658
php7-pecl-redis \
5759
php7-pgsql \
5860
php7-phar \
@@ -63,6 +65,7 @@ RUN \
6365
php7-tokenizer \
6466
php7-xml \
6567
php7-xmlreader \
68+
php7-xmlrpc \
6669
php7-zip \
6770
py3-cryptography \
6871
py3-future \

Dockerfile.aarch64

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN \
3636
nginx-mod-rtmp \
3737
nginx-mod-stream \
3838
nginx-vim \
39+
php7-bcmath \
3940
php7-bz2 \
4041
php7-ctype \
4142
php7-curl \
@@ -53,6 +54,7 @@ RUN \
5354
php7-pdo_mysql \
5455
php7-pdo_pgsql \
5556
php7-pdo_sqlite \
57+
php7-pear \
5658
php7-pecl-redis \
5759
php7-pgsql \
5860
php7-phar \
@@ -63,6 +65,7 @@ RUN \
6365
php7-tokenizer \
6466
php7-xml \
6567
php7-xmlreader \
68+
php7-xmlrpc \
6669
php7-zip \
6770
py3-cryptography \
6871
py3-future \

Dockerfile.armhf

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN \
3636
nginx-mod-rtmp \
3737
nginx-mod-stream \
3838
nginx-vim \
39+
php7-bcmath \
3940
php7-bz2 \
4041
php7-ctype \
4142
php7-curl \
@@ -53,6 +54,7 @@ RUN \
5354
php7-pdo_mysql \
5455
php7-pdo_pgsql \
5556
php7-pdo_sqlite \
57+
php7-pear \
5658
php7-pecl-redis \
5759
php7-pgsql \
5860
php7-phar \
@@ -63,6 +65,7 @@ RUN \
6365
php7-tokenizer \
6466
php7-xml \
6567
php7-xmlreader \
68+
php7-xmlrpc \
6669
php7-zip \
6770
py3-cryptography \
6871
py3-future \

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
257257

258258
## Versions
259259

260+
* **04.08.19:** - Add php7-bcmath, php7-pear, php7-xmlrpc.
260261
* **02.08.19:** - Add php7-ldap, remove geoip v1(deprecated).
261262
* **01.08.19:** - Mark https redirect block as default_server (effective only for new installs).
262263
* **31.07.19:** - Create GeoIP2 databse (libmaxminddb) during container start if it doesn't exist.

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126

127127
# changelog
128128
changelogs:
129+
- { date: "04.08.19:", desc: "Add php7-bcmath, php7-pear, php7-xmlrpc." }
129130
- { date: "02.08.19:", desc: "Add php7-ldap, remove geoip v1(deprecated)." }
130131
- { date: "01.08.19:", desc: "Mark https redirect block as default_server (effective only for new installs)." }
131132
- { date: "31.07.19:", desc: "Create GeoIP2 databse (libmaxminddb) during container start if it doesn't exist." }

0 commit comments

Comments
 (0)