projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e590320
)
`exif` was not listed as a required extension
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 31 Aug 2021 20:31:14 +0000
(22:31 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 31 Aug 2021 20:31:14 +0000
(22:31 +0200)
wcfsetup/test.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/test.php
b/wcfsetup/test.php
index 28aae4b7351126b070582e733c7f14e2260bc25d..0ca66a3b4b788d5b6302d533999b2ba74f8942e3 100644
(file)
--- a/
wcfsetup/test.php
+++ b/
wcfsetup/test.php
@@
-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' => [