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:
07d70f7
)
Fixed required PHP version
author
Marcel Werk
<burntime@woltlab.com>
Tue, 11 Jun 2019 14:59:22 +0000
(16:59 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Tue, 11 Jun 2019 14:59:22 +0000
(16:59 +0200)
wcfsetup/test.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/test.php
b/wcfsetup/test.php
index 98778aa73de0eab1cd46b4acfb8b09a58d7ee19e..5d7590af5e61aafb075fb3297bb376ffc6dfcb20 100644
(file)
--- a/
wcfsetup/test.php
+++ b/
wcfsetup/test.php
@@
-212,7
+212,7
@@
if (isset($_GET['language']) && in_array($_GET['language'], ['de', 'en'])) {
<?php
const WSC_SRT_VERSION = '5.2.0';
$requiredExtensions = ['dom', 'json', 'hash', 'libxml', 'mbstring', 'pcre', 'pdo', 'pdo_mysql', 'zlib'];
-$requiredPHPVersion = '
5.5.4
';
+$requiredPHPVersion = '
7.0.22
';
$phrases = [
'php_requirements' => [
'de' => 'PHP',