diff --git a/docs/simplesamlphp-install.md b/docs/simplesamlphp-install.md index 254ab66d8a6e301ad84de379d675955edd2cc40d..7ebd15cc80895abfd694e4f99ca7b4435cb866f3 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`, ...)