Changes between Version 12 and Version 13 of Howto_Requirements
- Timestamp:
- Nov 15, 2007 7:01:24 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_Requirements
v12 v13 3 3 * Apache or Lighttpd Webserver 4 4 * .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) 7 9 * php.ini options: 8 10 * error_reporting E_ALL & ~E_NOTICE (or lower) 9 11 * file_uploads on (for attachment upload features) 12 * memory_limit (increase as suitable to support large attachments) 10 13 * 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 12 16 * Additionally, the CURL module for PHP is required for spell checking with TinyMCE (HTML WYSIWYG Editor). 13 * A database with permission to create tables14 17 * An IMAP server which supports IMAP 4 rev 1 15 18 * An SMTP server or PHP configured for mail delivery 16 19 17 20 == Browser Requirements == 21 18 22 * Javascript enabled 19 23 * Accept cookies 20 24 * 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
