Skip to content

Commit 6fe66e9

Browse files
committed
add the new php modules
1 parent 559984c commit 6fe66e9

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

functions.php

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,18 +194,39 @@ function get_env_details() {
194194
);
195195
$php_modules = array(
196196
'bcmath',
197+
'ctype',
197198
'curl',
199+
'date',
200+
'dom',
201+
'exif',
202+
'fileinfo',
198203
'filter',
204+
'ftp',
199205
'gd',
206+
'gettext',
207+
'gmagick',
208+
'hash',
209+
'iconv',
210+
'imagick',
211+
'imap',
212+
'intl',
213+
'json',
200214
'libsodium',
215+
'libxml',
216+
'mbstring',
201217
'mcrypt',
202218
'mod_xml',
203219
'mysqli',
204-
'imagick',
205-
'gmagick',
220+
'mysqlnd',
221+
'openssl',
206222
'pcre',
223+
'pdo_mysql',
224+
'soap',
225+
'sockets',
226+
'sodium',
207227
'xml',
208228
'xmlreader',
229+
'zip',
209230
'zlib',
210231
);
211232
foreach( $php_modules as $php_module ) {

0 commit comments

Comments
 (0)