Ticket #46594: 46594.diff
File 46594.diff, 891 bytes (added by , 6 years ago) |
---|
-
src/readme.html
52 52 53 53 <h2>System Requirements</h2> 54 54 <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> 56 56 <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.0</strong> or higher.</li> 57 57 </ul> 58 58 -
src/wp-includes/version.php
34 34 * 35 35 * @global string $required_php_version 36 36 */ 37 $required_php_version = '5. 2.4';37 $required_php_version = '5.6.0'; 38 38 39 39 /** 40 40 * Holds the required MySQL version