We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559984c commit 6fe66e9Copy full SHA for 6fe66e9
functions.php
@@ -194,18 +194,39 @@ function get_env_details() {
194
);
195
$php_modules = array(
196
'bcmath',
197
+ 'ctype',
198
'curl',
199
+ 'date',
200
+ 'dom',
201
+ 'exif',
202
+ 'fileinfo',
203
'filter',
204
+ 'ftp',
205
'gd',
206
+ 'gettext',
207
+ 'gmagick',
208
+ 'hash',
209
+ 'iconv',
210
+ 'imagick',
211
+ 'imap',
212
+ 'intl',
213
+ 'json',
214
'libsodium',
215
+ 'libxml',
216
+ 'mbstring',
217
'mcrypt',
218
'mod_xml',
219
'mysqli',
- 'imagick',
- 'gmagick',
220
+ 'mysqlnd',
221
+ 'openssl',
222
'pcre',
223
+ 'pdo_mysql',
224
+ 'soap',
225
+ 'sockets',
226
+ 'sodium',
227
'xml',
228
'xmlreader',
229
+ 'zip',
230
'zlib',
231
232
foreach( $php_modules as $php_module ) {
0 commit comments