From 4a2df4a39ca15ea5a80540a1944419c948b464b2 Mon Sep 17 00:00:00 2001
From: Marc Delisle
Date: Sat, 18 Feb 2006 15:41:05 +0000
Subject: [PATCH] bug #1377215, errors with E_STRICT
---
Documentation.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index 5cccbfcf3..9b83bbb06 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -2447,8 +2447,9 @@ SetInputFilter PHP
Yes.
However, phpMyAdmin needs to be backwards compatible to php4. This is why
- you won't be able to run phpMyAdmin having enabled E_STRICT in your
- error_reporting settings.
+ phpMyAdmin disables the E_STRICT error_level in
+ error_reporting settings.
+