We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513aa31 commit d29b191Copy full SHA for d29b191
test.php
@@ -6,34 +6,15 @@
6
7
$loadedExts = get_loaded_extensions();
8
$missingExts = array_diff([
9
- 'bcmath',
10
'curl',
11
- 'exif',
12
- 'gd',
13
- 'gmp',
14
- 'igbinary',
15
- 'imagick',
16
- 'intl',
17
'mbstring',
18
- 'mysqli',
19
'mysqlnd',
20
- 'oci8',
21
'openssl',
22
- 'pdo_mysql',
23
- 'PDO_OCI',
24
- 'pdo_pgsql',
25
'pdo_sqlite',
26
'pdo_sqlsrv',
27
- 'pcntl',
28
- 'redis',
29
- 'sockets',
30
'sqlite3',
31
- 'tidy',
32
- 'xdebug',
33
'xml',
34
- 'xsl',
35
'Zend OPcache',
36
- 'zip',
37
], $loadedExts);
38
39
if (count($missingExts) > 0) {
0 commit comments