Changes between Version 19 and Version 20 of Howto_Requirements
- Timestamp:
- Mar 3, 2008 5:56:52 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_Requirements
v19 v20 5 5 * PHP Version 4.3.1 or greater with 6 6 * 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) 9 14 * php.ini options: 10 15 * error_reporting E_ALL & ~E_NOTICE (or lower) 11 16 * file_uploads on (for attachment upload features) 12 17 * memory_limit (increase as suitable to support large attachments) 18 * session.auto_start needs to be off 19 * magic_quotes_gpc off 13 20 * MySQL or PostgreSQL database engine or the SQLite Extension for PHP 14 21 * If using MySQL 5.0.2 or later, disable STRICT_TRANS_TABLES and STRICT_ALL_TABLES … … 17 24 * Additionally, the CURL module for PHP is required for spell checking with TinyMCE (HTML WYSIWYG Editor). 18 25 * An IMAP server which supports IMAP 4 rev 1 19 * An SMTP server or PHP configured for mail delivery26 * An SMTP server (recommended) or PHP configured for mail delivery 20 27 21 28 == Browser Requirements == … … 33 40 * Firefox 2 (Win XP , Mac OS X and Linux) 34 41 35 == Browsers Reported to work ==42 == Browsers reported to work == 36 43 37 44 * Camino 1.5.x (Mac OS X 10.4.x)
