Skip to content

Commit a7b3708

Browse files
committed
Add missing modules to php 8
1 parent 8201bab commit a7b3708

File tree

3 files changed

+30
-10
lines changed

3 files changed

+30
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ To run in this mode, change the Docker CMD to be /start-worker.sh instead of the
215215
| --- | --- | --- | --- | --- | --- | --- |
216216
| | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
217217
| apc | ✓ | ✖ | ✖ | ✖ | ✖ | ✖ |
218-
| apcu | ✓ | ✓ | ✓ | ✓ | ✓ | |
218+
| apcu | ✓ | ✓ | ✓ | ✓ | ✓ | |
219219
| atatus | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
220220
| bcmath | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
221-
| bz2 | ✖ | ✓ | ✓ | ✓ | ✓ | |
221+
| bz2 | ✖ | ✓ | ✓ | ✓ | ✓ | |
222222
| calendar | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
223223
| Core | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
224224
| ctype | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
@@ -235,7 +235,7 @@ To run in this mode, change the Docker CMD to be /start-worker.sh instead of the
235235
| hash | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
236236
| iconv | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
237237
| igbinary | ✖ | ✖ | ✖ | ✖ | ✓ | ✓ |
238-
| imagick | ✓ | ✓ | ✓ | ✓ | ✓ | |
238+
| imagick | ✓ | ✓ | ✓ | ✓ | ✓ | |
239239
| intl | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
240240
| json | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
241241
| ldap | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
@@ -259,23 +259,23 @@ To run in this mode, change the Docker CMD to be /start-worker.sh instead of the
259259
| redis | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
260260
| Reflection | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
261261
| session | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
262-
| shmop | ✖ | ✓ | ✓ | ✓ | ✓ | |
262+
| shmop | ✖ | ✓ | ✓ | ✓ | ✓ | |
263263
| SimpleXML | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
264264
| soap | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
265265
| sockets | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
266266
| SPL | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
267267
| sqlite3 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
268268
| standard | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
269-
| sysvmsg | ✖ | ✓ | ✓ | ✓ | ✓ | |
270-
| sysvsem | ✖ | ✓ | ✓ | ✓ | ✓ | |
271-
| sysvshm | ✖ | ✓ | ✓ | ✓ | ✓ | |
272-
| tidy | ✖ | ✓ | ✓ | ✓ | ✓ | |
269+
| sysvmsg | ✖ | ✓ | ✓ | ✓ | ✓ | |
270+
| sysvsem | ✖ | ✓ | ✓ | ✓ | ✓ | |
271+
| sysvshm | ✖ | ✓ | ✓ | ✓ | ✓ | |
272+
| tidy | ✖ | ✓ | ✓ | ✓ | ✓ | |
273273
| tokenizer | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
274274
| wddx | ✓ | ✓ | ✓ | ✓ | ✖ | ✖ |
275-
| xml | ✓ | ✓ | ✓ | ✓ | ✓ | |
275+
| xml | ✓ | ✓ | ✓ | ✓ | ✓ | |
276276
| xmlreader | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
277277
| xmlrpc | ✓ | ✓ | ✓ | ✓ | ✓ | ✖ |
278-
| xmlwriter | ✓ | ✓ | ✓ | ✓ | ✓ | |
278+
| xmlwriter | ✓ | ✓ | ✓ | ✓ | ✓ | |
279279
| xsl | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
280280
| Zend OPcache | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
281281
| zip | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |

php/Dockerfile-8.0

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ RUN apk add --no-cache \
6969
fcgi \
7070
nano \
7171
php8 \
72+
php8-pecl-apcu \
73+
php8-bz2 \
7274
php8-common \
7375
php8-curl \
7476
php8-dom \
@@ -77,6 +79,7 @@ RUN apk add --no-cache \
7779
php8-ftp \
7880
php8-gd \
7981
php8-iconv \
82+
php8-pecl-imagick \
8083
php8-mbstring \
8184
php8-mysqli \
8285
php8-openssl \
@@ -93,12 +96,19 @@ RUN apk add --no-cache \
9396
php8-pcntl \
9497
php8-phar \
9598
php8-simplexml \
99+
php8-shmop \
100+
php8-sysvmsg \
101+
php8-sysvsem \
102+
php8-sysvshm \
96103
php8-sockets \
104+
php8-tidy \
97105
php8-tokenizer \
98106
php8-xmlreader \
99107
php8-zip \
100108
php8-zlib \
101109
php8-xsl \
110+
php8-xml \
111+
php8-xmlwriter \
102112
php8-opcache \
103113
php8-ctype \
104114
php8-pdo_mysql \

test/modules/moduleList/8.0.list

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[PHP Modules]
2+
apcu
23
atatus
34
bcmath
5+
bz2
46
calendar
57
Core
68
ctype
@@ -16,6 +18,7 @@ gettext
1618
hash
1719
iconv
1820
igbinary
21+
imagick
1922
intl
2023
json
2124
ldap
@@ -35,14 +38,21 @@ readline
3538
redis
3639
Reflection
3740
session
41+
shmop
3842
SimpleXML
3943
soap
4044
sockets
4145
SPL
4246
sqlite3
4347
standard
48+
sysvmsg
49+
sysvsem
50+
sysvshm
51+
tidy
4452
tokenizer
53+
xml
4554
xmlreader
55+
xmlwriter
4656
xsl
4757
Zend OPcache
4858
zip

0 commit comments

Comments
 (0)