Make WordPress Core

Ticket #46594: 46594.diff

File 46594.diff, 891 bytes (added by jorbin, 6 years ago)
  • src/readme.html

     
    5252
    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.0</strong> or higher.</li>
    5656        <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.0</strong> or higher.</li>
    5757</ul>
    5858
  • src/wp-includes/version.php

     
    3434 *
    3535 * @global string $required_php_version
    3636 */
    37 $required_php_version = '5.2.4';
     37$required_php_version = '5.6.0';
    3838
    3939/**
    4040 * Holds the required MySQL version