From 0f2bb179d941a69e9195e0c8973910ad769c5890 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 23 Feb 2010 10:32:45 -0500
Subject: [PATCH] - Improved Fedora installer. - Added Installation instructions for Fedora 12 - Added Dovecot support for fedora 12

---
 docs/INSTALL_OPENSUSE_11_2.txt |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/docs/INSTALL_OPENSUSE_11_2.txt b/docs/INSTALL_OPENSUSE_11_2.txt
index 9791b44..9895f79 100644
--- a/docs/INSTALL_OPENSUSE_11_2.txt
+++ b/docs/INSTALL_OPENSUSE_11_2.txt
@@ -68,6 +68,17 @@
 
 rpm -i http://download.opensuse.org/repositories/server:/php/openSUSE_11.2/i586/suphp-0.7.1-3.1.i586.rpm
 
+Edit the file /etc/php5/cli/php.ini
+
+vi /etc/php5/cli/php.ini
+
+and change:
+
+error_reporting = E_ALL & ~E_DEPRECATED
+
+to:
+
+error_reporting = E_ALL & ~E_NOTICE
 
 Then run the following to enable the Apache modules:
 

--
Gitblit v1.9.1