]> git.donarmstrong.com Git - roundcube.git/blobdiff - installer/welcome.html
Imported Upstream version 0.5.2+dfsg
[roundcube.git] / installer / welcome.html
index 200f680f3580aaca9469eb8d29d6b048e46a99fa..a992c5ee91faedd1c30cabdb772b5e0e7e186c79 100644 (file)
@@ -1,12 +1,12 @@
 <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>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
+  <li>PHP Version 5.2.0 or greater including
     <ul>
       <li>PCRE (perl compatible regular expression)</li>
       <li>Session support</li>
@@ -22,7 +22,6 @@
         <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>
-        <li>magic_quotes_gpc off</li>
       </ul>
     </li>
     <li>A MySQL or PostgreSQL database engine or the SQLite extension for PHP</li>