From fe951ad050a839a557c550c476423a354d745e98 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Fri, 9 Apr 2021 15:48:19 +0300 Subject: [PATCH] Update system requirements --- README.md | 2 +- src/mibew/README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0c70b42..75fd7eb4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This repository contains the core of Mibew Messenger application. ## Server requirements 1. A webserver or web hosting account running on any major Operating System -2. PHP (7.1.3 and above) with PDO, pdo_mysql, cURL, mbstring and gd extensions +2. PHP (7.2.5 and above) with PDO, pdo_mysql, cURL, mbstring and gd extensions 3. MySQL 5.0 and above ## Build from sources diff --git a/src/mibew/README.txt b/src/mibew/README.txt index 988b542d..3ebf1ce9 100644 --- a/src/mibew/README.txt +++ b/src/mibew/README.txt @@ -6,7 +6,7 @@ REQUIREMENTS * Apache web server 1.3.34 or above with the ability to use local .htaccess files (mod_rewrite module is optional, but recommended) * MySQL database 5.0 or above - * PHP 7.1.3 or above with PDO, pdo_mysql, cURL, mbstring and gd extensions + * PHP 7.2.5 or above with PDO, pdo_mysql, cURL, mbstring and gd extensions INSTALLATION