← Back to wiki index

PHP requirements


You will need PHP 7.1 (or newer) with the following modules enabled:

You will also need a PHP command line interpreter (to run update daemon and other CLI tools).

Notes

Debian 9 example

$ sudo apt install php7.0-cli php7.0-curl php7.0-mbstring \
    php7.0-json php7.0-intl php7.0-gd php7.0-pgsql php7.0-xml php7.0-opcache

If you’re starting from scratch you will also likely need several other packages, including httpd (e.g. nginx) and FPM.

Note: Don’t forget to enable opcache in php.ini if it’s not enabled by default.


Sun Jun 18 03:25:02 UTC 2023