Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/web-installer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-05-02 15:21:01 +0300
committerGitHub <noreply@github.com>2022-05-02 15:21:01 +0300
commite0f26916665e644930d2e51f6af550b7bc30ee8b (patch)
treeff8dc291aed571baa6dddc29c1e075296a93d69e
parent02a205334bf2ff592df3c445f4b35d52c6dea9e0 (diff)
parent3e4b9934896a9b5fb1e5847ca846f3d4d75a3d92 (diff)
Merge pull request #44 from nextcloud/nickvergessen-patch-1HEADmaster
Require php 7.4
-rw-r--r--setup-nextcloud.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup-nextcloud.php b/setup-nextcloud.php
index f6d5ff1..216fb18 100644
--- a/setup-nextcloud.php
+++ b/setup-nextcloud.php
@@ -75,9 +75,9 @@ class Setup {
$error = '';
$missingDependencies = array();
- // do we have PHP 7.3.0 or newer?
- if(version_compare(PHP_VERSION, '7.3.0', '<')) {
- $error.='PHP 7.3.0 is required. Please ask your server administrator to update PHP to version 7.3.0 or higher.<br/>';
+ // do we have PHP 7.4.0 or newer?
+ if(version_compare(PHP_VERSION, '7.4.0', '<')) {
+ $error.='PHP 7.4.0 is required. Please ask your server administrator to update PHP to version 7.4.0 or higher.<br/>';
}
// running oC on windows is unsupported since 8.1