PHP version 7.1 or newer
Jamroom requires PHP 7.1 or newer:
- PHP 7.1 - minimum
- PHP 8.0+ - supported
The following PHP extensions are
required:
- MySQLi (mysql improved) extension
- GD (graphics manipulation)
- Multibyte string extension (-enable-mbstring)
The following PHP configuration is
recommended:
- memory_limit: 64M (recommended PHP config allows Jamroom to specify memory use with ini_set)
- upload_file_size: 128m (or more)
- system function must be
enabled (used for doing media conversions and some background tasks)