Skip to content

Commit 5b9cdef

Browse files
committed
Readme: Avoid a redirect by using www.php.net
Props josevarghese. Fixes #61174. git-svn-id: https://develop.svn.wordpress.org/trunk@58121 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2747683 commit 5b9cdef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/readme.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ <h2>Migrating from other systems</h2>
5151

5252
<h2>System Requirements</h2>
5353
<ul>
54-
<li><a href="https://secure.php.net/">PHP</a> version <strong>7.2.24</strong> or greater.</li>
54+
<li><a href="https://www.php.net/">PHP</a> version <strong>7.2.24</strong> or greater.</li>
5555
<li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.5.5</strong> or greater.</li>
5656
</ul>
5757

5858
<h3>Recommendations</h3>
5959
<ul>
60-
<li><a href="https://secure.php.net/">PHP</a> version <strong>7.4</strong> or greater.</li>
60+
<li><a href="https://www.php.net/">PHP</a> version <strong>7.4</strong> or greater.</li>
6161
<li><a href="https://www.mysql.com/">MySQL</a> version <strong>8.0</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10.4</strong> or greater.</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>

0 commit comments

Comments
 (0)