From fa1b7fbd8cbcc23cc8f6e08ad919cad9e233765a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 25 Feb 2010 09:11:58 +0000 Subject: [PATCH] Clarify PHP 5 FAQ. --- Documentation.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation.html b/Documentation.html index 4306cb234..ad9620fa1 100644 --- a/Documentation.html +++ b/Documentation.html @@ -2983,10 +2983,10 @@ SetInputFilter PHP

1.31 Does phpMyAdmin support php5?

-

Yes.
- However, phpMyAdmin needs to be backwards compatible to php4. This is why - phpMyAdmin disables the E_STRICT error_level in - error_reporting settings. +

Yes.

+

+ Since release 3.0 only PHP 5.2 and newer. For older PHP versions 2.9 branch + is still maintained.