PHP: Bump minimum version
95% of 5.6 sites are on 5.6.30 or higher, hence this specific minimum version. Fixes #46594. Built from https://develop.svn.wordpress.org/trunk@44982 git-svn-id: http://core.svn.wordpress.org/trunk@44813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
50bb3c689f
commit
bd83b90f1e
|
@ -52,7 +52,7 @@
|
|||
|
||||
<h2>System Requirements</h2>
|
||||
<ul>
|
||||
<li><a href="https://secure.php.net/">PHP</a> version <strong>5.2.4</strong> or higher.</li>
|
||||
<li><a href="https://secure.php.net/">PHP</a> version <strong>5.6.30</strong> or higher.</li>
|
||||
<li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.0</strong> or higher.</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2-alpha-44981';
|
||||
$wp_version = '5.2-alpha-44982';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
@ -34,7 +34,7 @@ $tinymce_version = '4920-20181217';
|
|||
*
|
||||
* @global string $required_php_version
|
||||
*/
|
||||
$required_php_version = '5.2.4';
|
||||
$required_php_version = '5.6.30';
|
||||
|
||||
/**
|
||||
* Holds the required MySQL version
|
||||
|
|
Loading…
Reference in New Issue