From 94179602812b9a81688aeb7d9315a66f637799b8 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Mon, 17 Jul 2017 19:38:45 +0300 Subject: [PATCH] Update the server requirements in README --- README.md | 2 +- src/mibew/README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbadea52..9e95a619 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 (5.3.3 and above) with PDO, pdo_mysql, cURL, mbstring and gd extensions +2. PHP (5.4 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 c5463564..b3e398cd 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 5.3.3 or above with PDO, pdo_mysql, cURL, mbstring and gd extensions + * PHP 5.4 or above with PDO, pdo_mysql, cURL, mbstring and gd extensions INSTALLATION