diff options
author | thomascube <thomas@roundcube.net> | 2008-02-21 00:02:52 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-21 00:02:52 +0000 |
commit | 6557d3005ca187912cf053f3897c43a991916e56 (patch) | |
tree | e189fd4a4042582c8dcfa5e879766c83faa3f0c2 /installer/welcome.html | |
parent | 103d6b697ce53eb8e954b4a4c9eac659ef942b24 (diff) |
Added environment checks from check.php-dist
Diffstat (limited to 'installer/welcome.html')
-rw-r--r-- | installer/welcome.html | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/installer/welcome.html b/installer/welcome.html index 2fec0db67..62b60008c 100644 --- a/installer/welcome.html +++ b/installer/welcome.html @@ -6,7 +6,23 @@ <p>The basic requirements are:</p> <ul> - <li></li> + <li>PHP Version 4.3.1 or greater including + <ul> + <li>PCRE (perl compatible regular expression)</li> + <li>Session support</li> + <li>libiconv (recommended)</li> + <li>mbstring (optional)</li> + </ul> + </li> + <li>php.ini options: + <ul> + <li>error_reporting E_ALL & ~E_NOTICE (or lower)</li> + <li>file_uploads on (for attachment upload features)</li> + <li>session.auto_start needs to be off</li> + </ul> + </li> + <li>A MySQL or PostgreSQL database engine or the SQLite extension for PHP</li> + <li>An SMTP server (recommended) or PHP configured for mail delivery</li> </ul> <input type="submit" value="START" /> |