From 8791df8bab361ed5a81cf0503c5cdd7fb362cf46 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 04 Aug 2008 03:48:04 -0400
Subject: [PATCH] - pl_PL update

---
 INSTALL |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index f40bb1f..8f483f0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,8 +11,9 @@
 
 * The Apache or Lighttpd Webserver
 * .htaccess support allowing overrides for DirectoryIndex
-* PHP Version 4.3.1 or greater including
+* PHP Version 5.2 or greater including
    - PCRE (perl compatible regular expression)
+   - DOM (xml document object model)
    - libiconv (recommended)
    - mbstring (optional)
 * php.ini options:
@@ -20,7 +21,7 @@
    - file_uploads on (for attachment upload features)
    - memory_limit (increase as suitable to support large attachments)
    - session.auto_start needs to be off/0
-* PHP compiled with Open SSL to connect to IMAPS and to use the spell checker
+* PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker
 * A MySQL or PostgreSQL database engine or the SQLite extension for PHP
 * One of the above databases with permission to create tables
 * An SMTP server or PHP configured for mail delivery
@@ -35,7 +36,7 @@
    - /temp
    - /logs
 3. Create a new database and a database user for RoundCube (see DATABASE SETUP)
-4. Point your browser to http:///url-to-roundcube/installer/
+4. Point your browser to http://url-to-roundcube/installer/
 5. Follow the instructions of the install script (or see MANUAL CONFINGURATION)
 6. After creating and testing the configuration, remove the installer directory
 7. Done!

--
Gitblit v1.9.1