From 4516cbe5d6ba14430f2279916379f10ef1ef73f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20H=C3=A4usler?= Date: Tue, 4 Nov 2014 11:22:32 +0100 Subject: [PATCH] renamed mysql provider to mysqli, updated system requirements, fixes #145 --- README.md | 2 +- includes/{mysql_provider.php => mysqli_provider.php} | 0 public/index.php | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename includes/{mysql_provider.php => mysqli_provider.php} (100%) diff --git a/README.md b/README.md index 10d139d7..44f3cc40 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Installation eines frischen Engelsystems ## Mindestvorrausetzungen (bzw. getestet unter): - * PHP 5.4.x with Suhosin-Patch (cgi-fcgi) + * PHP 5.4.x mit Suhosin-Patch (cgi-fcgi), mysqli und gettext * mysqld Ver 5.1.49-3 for debian-linux-gnu on x86_64 ((Debian)) * Webserver mit PHP-Anbindung, z.B. lighttpd, nginx oder Apache diff --git a/includes/mysql_provider.php b/includes/mysqli_provider.php similarity index 100% rename from includes/mysql_provider.php rename to includes/mysqli_provider.php diff --git a/public/index.php b/public/index.php index 71ce964e..67f9ee11 100644 --- a/public/index.php +++ b/public/index.php @@ -1,6 +1,6 @@