Changeset 58432 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 06/18/2024 11:57:41 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r58408 r58432 19 19 private $mysql_required_version = '5.5'; 20 20 private $mysql_recommended_version = '8.0'; 21 private $mariadb_recommended_version = '10. 4';21 private $mariadb_recommended_version = '10.5'; 22 22 23 23 public $php_memory_limit;
Note: See TracChangeset
for help on using the changeset viewer.