...
- Some webserver capable of executing PHP scripts.
- PHP version >= 75.6
- Support for the following PHP extensions:
- Always required:
date
,dom
,hash
,libxml
,openssl
,pcre
,SPL
,zlib
,json
,mbstring
- When automatically checking for latest versions, and used by some modules:
cURL
- When using native PHP session handler:
session
- When saving session information to a memcache server:
memcache
- Always required:
- When using databases:
- Always:
PDO
- Database driver: (
mysql
,pgsql
, ...)
- Always:
- Support for the following PHP packages:
- When saving session information to a Redis server:
predis
...