From 97f846c38e781a4c598e07c1ec6d319e36570a10 Mon Sep 17 00:00:00 2001 From: Olli Date: Sat, 13 Apr 2019 19:20:20 +0200 Subject: [PATCH] =?UTF-8?q?Add=20PHP=20requirement=20=E2=80=9Cgettext?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Installation-Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation-Guide.md b/Installation-Guide.md index 3d94ce8..76616c8 100644 --- a/Installation-Guide.md +++ b/Installation-Guide.md @@ -5,6 +5,7 @@ * [Apache](https://www.apache.org) 2.2/2.4 * [mod_rewrite](https://httpd.apache.org/docs/current/mod/mod_rewrite.html) * [PHP](http://php.net) >= 5.4 + * [gettext](https://www.php.net/manual/book.gettext.php * [mysqlnd](http://php.net/manual/en/book.mysqlnd.php) * [intl](http://php.net/manual/en/book.intl.php) * [imagick](http://pecl.php.net/package/imagick)