Make WordPress Core

Changeset 39429


Ignore:
Timestamp:
12/02/2016 07:03:21 AM (8 years ago)
Author:
pento
Message:

Readme: Update recommendations to PHP 7, and to include HTTPS.

See https://wordpress.org/news/2016/12/moving-toward-ssl/

Merges [39428] to the 4.7 branch.

Fixes #39024.

Location:
branches/4.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.7

  • branches/4.7/src/readme.html

    r38178 r39429  
    6060<h3>Recommendations</h3>
    6161<ul>
    62     <li><a href="https://secure.php.net/">PHP</a> version <strong>5.6</strong> or higher.</li>
     62    <li><a href="https://secure.php.net/">PHP</a> version <strong>7</strong> or higher.</li>
    6363    <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.6</strong> or higher.</li>
    6464    <li>The <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
     65    <li><a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a> support.</li>
    6566    <li>A link to <a href="https://wordpress.org/">wordpress.org</a> on your site.</li>
    6667</ul>
Note: See TracChangeset for help on using the changeset viewer.