diff options
author | till <till@php.net> | 2008-02-01 23:07:49 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-02-01 23:07:49 +0000 |
commit | 5812134c2a4569cf14c5173272411c5569ae5044 (patch) | |
tree | c2452d3338c935282e6203698557baac96ae4c56 /INSTALL | |
parent | 9ac70f024ec8cf7f95a84cb81afabae5f78ab482 (diff) |
* fixed #1484437
* also added it to check.php
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ REQUIREMENTS - 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 * PHP compiled with Open SSL 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 |