Make WordPress Core


Ignore:
Timestamp:
09/07/2015 05:22:03 AM (10 years ago)
Author:
pento
Message:

Readme: Update the recommended PHP version to 5.6.

This also includes a unit test to ensure we're only recommending actively supported versions of PHP in the future.

Fixes #33758.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/readme.html

    r33636 r33937  
    6060<h2>Recommendations</h2>
    6161<ul>
    62     <li><a href="http://php.net/">PHP</a> version <strong>5.4</strong> or higher.</li>
     62    <li><a href="http://php.net/">PHP</a> version <strong>5.6</strong> or higher.</li>
    6363    <li><a href="http://www.mysql.com/">MySQL</a> version <strong>5.5</strong> or higher.</li>
    6464    <li>The <a href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
Note: See TracChangeset for help on using the changeset viewer.