Make WordPress Core


Ignore:
Timestamp:
03/28/2019 09:11:29 PM (6 years ago)
Author:
jorbin
Message:

PHP: Finish updating PHP Minimum version

Previous [44982] and [44950].

This bumps the minimum version down slightly based on some research into the usage of php 5.6. This also brings the recommended version in line with https://wordpress.org/about/requirements/ .

The travis matrix is also being reduced in order to speed up builds. This is a hard break. PHP 5.2 - 5.5 we are never ever, ever, getting back together. You go talk to your friends, talk to my friends, talk to me, But we are never ever, ever, ever getting back together.

Props DD32, afergen for research.
Fixes #46594.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/readme.html

    r44982 r45058  
    5353<h2>System Requirements</h2>
    5454<ul>
    55     <li><a href="https://secure.php.net/">PHP</a> version <strong>5.6.30</strong> or higher.</li>
     55    <li><a href="https://secure.php.net/">PHP</a> version <strong>5.6.20</strong> or higher.</li>
    5656    <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.0</strong> or higher.</li>
    5757</ul>
     
    5959<h3>Recommendations</h3>
    6060<ul>
    61     <li><a href="https://secure.php.net/">PHP</a> version <strong>7.2</strong> or higher.</li>
     61    <li><a href="https://secure.php.net/">PHP</a> version <strong>7.3</strong> or higher.</li>
    6262    <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.6</strong> or higher.</li>
    6363    <li>The <a href="https://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.