]> git.donarmstrong.com Git - roundcube.git/blobdiff - installer/welcome.html
Really ship NEWS.Debian
[roundcube.git] / installer / welcome.html
index a0c88e5e99fcb90cd5a60b99fd8a2714eaf4828e..0c6805a1190d14a2668201dfe1465f03733a4296 100644 (file)
@@ -6,11 +6,10 @@
 
 <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>
-      <li>Sockets enabled</li>
       <li>Libiconv (recommended)</li>
       <li>OpenSSL (recommended)</li>
       <li>FileInfo (optional)</li>
@@ -23,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>