From 5812134c2a4569cf14c5173272411c5569ae5044 Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Fri, 01 Feb 2008 18:07:49 -0500
Subject: [PATCH] * fixed #1484437 * also added it to check.php

---
 INSTALL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/INSTALL b/INSTALL
index 6177611..b68db56 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,6 +20,7 @@
    - 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
 * A MySQL or PostgreSQL database engine or the SQLite extension for PHP
 * One of the above databases with permission to create tables

--
Gitblit v1.9.1