Skip to content

Commit 8576abb

Browse files
committed
PHP: Bump the recommended version of PHP to 7.4.
This brings the recommendations in `readme.html` inline with those on https://wordpress.org/about/requirements/. Props hareesh-pillai. Fixes #50480. Built from https://develop.svn.wordpress.org/trunk@48178 git-svn-id: http://core.svn.wordpress.org/trunk@47947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent c0db9a2 commit 8576abb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>System Requirements</h2>
5757

5858
<h3>Recommendations</h3>
5959
<ul>
60-
<li><a href="https://secure.php.net/">PHP</a> version <strong>7.3</strong> or higher.</li>
60+
<li><a href="https://secure.php.net/">PHP</a> version <strong>7.4</strong> or higher.</li>
6161
<li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.6</strong> or higher.</li>
6262
<li>The <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
6363
<li><a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a> support.</li>

wp-includes/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @global string $wp_version
1515
*/
16-
$wp_version = '5.5-alpha-48177';
16+
$wp_version = '5.5-alpha-48178';
1717

1818
/**
1919
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)