Skip to content
Snippets Groups Projects
Commit dafe9ff8 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

Update the documentation with up-to-date requirements.

parent e1361b4f
No related branches found
No related tags found
No related merge requests found
...@@ -33,12 +33,14 @@ Prerequisites ...@@ -33,12 +33,14 @@ Prerequisites
* Some webserver capable of executing PHP scripts. * Some webserver capable of executing PHP scripts.
* PHP version >= 5.3.0. * PHP version >= 5.3.0.
* Support for the following PHP extensions: * 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 using encryption or digital signatures: `mcrypt`
* When authenticating against LDAP server: `ldap` * When authenticating against LDAP server: `ldap`
* When authenticating against RADIUS server: `radius` * When authenticating against RADIUS server: `radius`
* When saving session information to memcache-server: `memcache` * When using native PHP session handler: `session`
* When using database: * When saving session information to a memcache server: `memcache`
* When using databases:
* Always: `PDO` * Always: `PDO`
* Database driver: (`mysql`, `pgsql`, ...) * Database driver: (`mysql`, `pgsql`, ...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment