Make WordPress Core

Changeset 44982


Ignore:
Timestamp:
03/22/2019 03:46:56 PM (5 years ago)
Author:
jorbin
Message:

PHP: Bump minimum version

95% of 5.6 sites are on 5.6.30 or higher, hence this specific minimum version.

Fixes #46594.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/readme.html

    r44490 r44982  
    5353<h2>System Requirements</h2>
    5454<ul>
    55     <li><a href="https://secure.php.net/">PHP</a> version <strong>5.2.4</strong> or higher.</li>
     55    <li><a href="https://secure.php.net/">PHP</a> version <strong>5.6.30</strong> or higher.</li>
    5656    <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.0</strong> or higher.</li>
    5757</ul>
  • trunk/src/wp-includes/version.php

    r44742 r44982  
    3535 * @global string $required_php_version
    3636 */
    37 $required_php_version = '5.2.4';
     37$required_php_version = '5.6.30';
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.