- updated php.ini settings requirements

release-0.6
alecpl 16 years ago
parent d4f264827a
commit 06776305af

@ -18,9 +18,12 @@ REQUIREMENTS
- mbstring (optional)
* php.ini options:
- error_reporting E_ALL & ~E_NOTICE (or lower)
- file_uploads on (for attachment upload features)
- memory_limit (increase as suitable to support large attachments)
- session.auto_start needs to be off/0
- file_uploads enabled (for attachment upload features)
- session.auto_start disabled
- magic_quotes_gpc disabled
- magic_quotes_sybase disabled
- zend.ze1_compatibility_mode disabled
* PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker
* A MySQL or PostgreSQL database engine or the SQLite extension for PHP
* One of the above databases with permission to create tables

Loading…
Cancel
Save