From dafe9ff880a813d2e62df0d6e3a4b187a02b2071 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no>
Date: Tue, 6 Sep 2016 13:03:35 +0200
Subject: [PATCH] Update the documentation with up-to-date requirements.

---
 docs/simplesamlphp-install.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/simplesamlphp-install.md b/docs/simplesamlphp-install.md
index 254ab66d8..7ebd15cc8 100644
--- a/docs/simplesamlphp-install.md
+++ b/docs/simplesamlphp-install.md
@@ -33,12 +33,14 @@ Prerequisites
  * Some webserver capable of executing PHP scripts.
  * PHP version >= 5.3.0.
  * Support for the following PHP extensions:
-   * Always required: `date`, `dom`, `hash`, `libxml`, `openssl`, `pcre`, `SPL`, `zlib`
+   * Always required: `date`, `dom`, `hash`, `libxml`, `openssl`, `pcre`, `SPL`, `zlib`, `json`
+   * When automatically checking for latest versions, and used by some modules: `cURL`
    * When using encryption or digital signatures: `mcrypt`
    * When authenticating against LDAP server: `ldap`
    * When authenticating against RADIUS server: `radius`
-   * When saving session information to memcache-server: `memcache`
-   * When using database:
+   * When using native PHP session handler: `session`
+   * When saving session information to a memcache server: `memcache`
+   * When using databases:
      * Always: `PDO`
      * Database driver: (`mysql`, `pgsql`, ...)
 
-- 
GitLab