Changes between Version 19 and Version 20 of Howto_Requirements


Ignore:
Timestamp:
Mar 3, 2008 5:56:52 PM (5 years ago)
Author:
thomasb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Howto_Requirements

    v19 v20  
    55 * PHP Version 4.3.1 or greater with 
    66    * PCRE (Perl compatible Regular Expression) 
    7     * libiconv (recommended) 
    8     * mbstring (optional) 
     7    * Session support 
     8    * Sockets enabled 
     9    * Libiconv (recommended) 
     10    * OpenSSL (recommended) 
     11    * Mbstring (optional) 
     12    * !FileInfo (optional) 
     13    * Mcrypt (optional) 
    914 * php.ini options: 
    1015    * error_reporting E_ALL & ~E_NOTICE (or lower) 
    1116    * file_uploads on (for attachment upload features) 
    1217    * memory_limit (increase as suitable to support large attachments) 
     18    * session.auto_start needs to be off 
     19    * magic_quotes_gpc off 
    1320 * MySQL or PostgreSQL database engine or the SQLite Extension for PHP 
    1421    * If using MySQL 5.0.2 or later, disable STRICT_TRANS_TABLES and STRICT_ALL_TABLES 
     
    1724    * Additionally, the CURL module for PHP is required for spell checking with TinyMCE (HTML WYSIWYG Editor). 
    1825 * An IMAP server which supports IMAP 4 rev 1 
    19  * An SMTP server or PHP configured for mail delivery 
     26 * An SMTP server (recommended) or PHP configured for mail delivery 
    2027 
    2128== Browser Requirements == 
     
    3340 * Firefox 2 (Win XP , Mac OS X  and Linux) 
    3441 
    35 == Browsers Reported to work == 
     42== Browsers reported to work == 
    3643 
    3744 * Camino 1.5.x (Mac OS X 10.4.x)