`exif` was not listed as a required extension
authorAlexander Ebert <ebert@woltlab.com>
Tue, 31 Aug 2021 20:31:14 +0000 (22:31 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 31 Aug 2021 20:31:14 +0000 (22:31 +0200)
wcfsetup/test.php

index 28aae4b7351126b070582e733c7f14e2260bc25d..0ca66a3b4b788d5b6302d533999b2ba74f8942e3 100644 (file)
@@ -211,7 +211,7 @@ if (isset($_GET['language']) && in_array($_GET['language'], ['de', 'en'])) {
        <main>
 <?php
 const WSC_SRT_VERSION = '5.4.0';
-$requiredExtensions = ['ctype', 'dom', 'json', 'hash', 'libxml', 'mbstring', 'pcre', 'pdo', 'pdo_mysql', 'zlib'];
+$requiredExtensions = ['ctype', 'dom', 'exif', 'json', 'hash', 'libxml', 'mbstring', 'pcre', 'pdo', 'pdo_mysql', 'zlib'];
 $requiredPHPVersion = '7.2.24';
 $phrases = [
        'php_requirements' => [