Minimum requirements for AitomCMS 3:
- Apache 2.2 and above
- PHP 5.3.2 and higher
- MySQL 5.0.52 and higher, with InnoDB support, SQL strict mode disabled
- .htaccess and mod_rewrite enabled
PHP configuration:
- post_max_size > 2 MB, ideally 20 MB or more, depending on the size of the files you wish to upload
- upload_max_filesize > same as post_max_size
- memory_limit at least 32 MB, ideally 64 MB
- magic_quotes_gpc and magic_quotes_runtime disabled
- register_globals, zend.ze1_compatibility_mode and session_autostart disabled
- ini_set, error_reporting and exec functions must be available
Required PHP extensions:
- Gd2 (image processing), preferably bundled
- MySQL
- OpenSSL
- Zip
- Curl
- SPL
- PCRE
- iconv
- Reflection
- fileinfo
