From a22cb65adbde7e7b101d2c950b617eaec6f5c790 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 07 Oct 2008 12:54:07 -0400
Subject: [PATCH] - Write username instead of id in sendmail log (#1485477)

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

diff --git a/INSTALL b/INSTALL
index 098e886..2a68dc8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,14 +13,18 @@
 * .htaccess support allowing overrides for DirectoryIndex
 * PHP Version 5.2 or greater including
    - PCRE (perl compatible regular expression)
+   - DOM (xml document object model)
    - libiconv (recommended)
    - mbstring (optional)
 * php.ini options:
    - error_reporting E_ALL & ~E_NOTICE (or lower)
-   - 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
+   - file_uploads enabled (for attachment upload features)
+   - session.auto_start disabled
+   - magic_quotes_gpc disabled
+   - magic_quotes_sybase disabled
+   - zend.ze1_compatibility_mode disabled
+* 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

--
Gitblit v1.9.1