diff options
Diffstat (limited to 'docs/simplesamlphp-install.txt')
-rw-r--r-- | docs/simplesamlphp-install.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/simplesamlphp-install.txt b/docs/simplesamlphp-install.txt index 9514274..3dcbf7d 100644 --- a/docs/simplesamlphp-install.txt +++ b/docs/simplesamlphp-install.txt @@ -35,8 +35,7 @@ Prerequisites * Some webserver capable of executing PHP scripts. * PHP version >= 5.2.0. * Suppoort for the following PHP extensions: - * Always required: `date`, `dom`, `hash`, `libxml`, `openssl`, `pcre`, `SPL`, `zlib` - * When encrypting assertions: `mcrypt` + * Always required: `date`, `dom`, `hash`, `libxml`, `openssl`, `pcre`, `SPL`, `zlib`, `mcrypt` * When authenticating against LDAP server: `ldap` * When authenticating against RADIUS server: `radius` * When saving session information to memcache-server: `memcache` |