diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-21 00:02:52 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-21 00:02:52 +0000 |
| commit | 7d56b7c5f14bdd529ab55be2fbf9a2e6d791587e (patch) | |
| tree | 426b7b0787200a33d82efe6f89da40e63ab77578 /roundcubemail/installer/welcome.html | |
| parent | 19537d238e61248b0f5d2a643b76597595c32e55 (diff) | |
Added environment checks from check.php-dist
git-svn-id: https://svn.roundcube.net/trunk@1127 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/welcome.html')
| -rw-r--r-- | roundcubemail/installer/welcome.html | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/roundcubemail/installer/welcome.html b/roundcubemail/installer/welcome.html index 2fec0db67..62b60008c 100644 --- a/roundcubemail/installer/welcome.html +++ b/roundcubemail/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" /> |
