Changeset 06776305 in github


Ignore:
Timestamp:
Aug 8, 2008 4:46:51 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
d8d41658
Parents:
d4f2648
Message:
  • updated php.ini settings requirements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r3a01c39 r06776305  
    1919* php.ini options: 
    2020   - error_reporting E_ALL & ~E_NOTICE (or lower) 
    21    - file_uploads on (for attachment upload features) 
    2221   - memory_limit (increase as suitable to support large attachments) 
    23    - session.auto_start needs to be off/0 
     22   - file_uploads enabled (for attachment upload features) 
     23   - session.auto_start disabled 
     24   - magic_quotes_gpc disabled 
     25   - magic_quotes_sybase disabled 
     26   - zend.ze1_compatibility_mode disabled 
    2427* PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker 
    2528* A MySQL or PostgreSQL database engine or the SQLite extension for PHP 
Note: See TracChangeset for help on using the changeset viewer.