Changeset 44982
- Timestamp:
- 03/22/2019 03:46:56 PM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/readme.html
r44490 r44982 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.30</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> -
trunk/src/wp-includes/version.php
r44742 r44982 35 35 * @global string $required_php_version 36 36 */ 37 $required_php_version = '5. 2.4';37 $required_php_version = '5.6.30'; 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.