Skip to content

Commit 2fe907d

Browse files
authored
Merge pull request #187 from swissspidy/add-extensions
Report more PHP extensions
2 parents 1c32d0c + 9842350 commit 2fe907d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

prepare.php

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,21 @@
6161
\$php_modules = array(
6262
'bcmath',
6363
'curl',
64+
'dom',
65+
'exif',
6466
'filter',
6567
'gd',
68+
'gettext',
69+
'gmagick',
70+
'iconv',
71+
'imagick',
72+
'intl',
6673
'libsodium',
74+
'libxml',
75+
'mbstring',
6776
'mcrypt',
6877
'mod_xml',
6978
'mysqli',
70-
'imagick',
71-
'gmagick',
7279
'pcre',
7380
'xml',
7481
'xmlreader',

0 commit comments

Comments
 (0)