Changes between Version 12 and Version 13 of Howto_Requirements


Ignore:
Timestamp:
Nov 15, 2007 7:01:24 AM (6 years ago)
Author:
thomasb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Howto_Requirements

    v12 v13  
    33 * Apache or Lighttpd Webserver 
    44 * .htaccess support allowing overrides for !DirectoryIndex if using Apache 
    5  * PHP Version 4.3.1 or Greater (with module for MCrypt functions) 
    6  * PCRE (Perl compatible Regular Expression) installed with PHP  
     5 * PHP Version 4.3.1 or greater with 
     6    * PCRE (Perl compatible Regular Expression) 
     7    * libiconv (recommended) 
     8    * mbstring (optional) 
    79 * php.ini options: 
    810    * error_reporting E_ALL & ~E_NOTICE (or lower) 
    911    * file_uploads on (for attachment upload features) 
     12    * memory_limit (increase as suitable to support large attachments) 
    1013 * MySQL or PostgreSQL database engine or the SQLite Extension for PHP 
    11  * OpenSSL and Socket modules for PHP required for spell checking also needed for SMTP with SSL. 
     14 * One of the above databases with permission to create tables 
     15 * OpenSSL and Socket modules for PHP required to connect to IMAPS, for secure SMTP and to use the spell checker 
    1216    * Additionally, the CURL module for PHP is required for spell checking with TinyMCE (HTML WYSIWYG Editor). 
    13  * A database with permission to create tables 
    1417 * An IMAP server which supports IMAP 4 rev 1 
    1518 * An SMTP server or PHP configured for mail delivery 
    1619 
    1720== Browser Requirements == 
     21 
    1822 * Javascript enabled 
    1923 * Accept cookies 
    2024 * Support for XMLHttpRequest 
     25 * CSS2 Support 
     26 
     27== Tested browsers == 
     28 
     29 * Internet Explorer 6/7 (Win 2000 and Win XP) 
     30 * Safari 2 (Mac OS X 10.4 ) 
     31 * Safari 3 (Mac OS X 10.5 and Win XP) 
     32 * Firefox 2 (Win XP and Mac OS X) 
     33