From 3a325ecc6cea93e3406262ce669fbc1eb4728d28 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Mon, 8 Dec 2014 15:12:24 +0300 Subject: [PATCH] Update info on system requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 729522c1..904aae2f 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 MySQL support +2. PHP (5.3.3 and above) with PDO, pdo_mysql, gd, and iconv extensions 3. MySQL 5.0 and above ## Build from sources