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