thomascube
2008-02-20 6557d3005ca187912cf053f3897c43a991916e56
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<form action="index.php" methond="get">
<input type="hidden" name="_step" value="1" />
 
<p>Welcome to the interactive install script for the RoundCube Webmail package</p>
<p>First let's check your local environment and find out if everything RoundCube needs is available.</p>
 
<p>The basic requirements are:</p>
<ul>
  <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 &amp; ~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" />
 
</form>