Clarify PHP 5 FAQ.

This commit is contained in:
Michal Čihař
2010-02-25 09:11:58 +00:00
parent 1cdc4cc50a
commit fa1b7fbd8c

View File

@@ -2983,10 +2983,10 @@ SetInputFilter PHP
<h4 id="faq1_31">
<a href="#faq1_31">1.31 Does phpMyAdmin support php5?</a></h4>
<p> Yes.<br />
However, phpMyAdmin needs to be backwards compatible to php4. This is why
phpMyAdmin disables the <tt>E_STRICT</tt> error_level in
<tt>error_reporting</tt> settings.
<p>Yes.</p>
<p>
Since release 3.0 only PHP 5.2 and newer. For older PHP versions 2.9 branch
is still maintained.
</p>
<h4 id="faq1_32">