PHP version 5.3 or newer
Jamroom requires PHP 5.3 or newer:
- PHP 5.3 - minimum
- PHP 7.0+ - highly recommended for performance and security
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)