Make WordPress Core


Ignore:
Timestamp:
06/29/2025 08:53:29 PM (11 months ago)
Author:
johnbillion
Message:

Docs: Documentation and i18n string improvements relating to MySQL and server requirements.

See #63166

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/load.php

    r59803 r60363  
    140140
    141141/**
    142  * Checks for the required PHP version, and the mysqli extension or
    143  * a database drop-in.
     142 * Checks the server requirements.
     143 *
     144 *   - PHP version
     145 *   - PHP extensions
     146 *   - MySQL or MariaDB version (unless a database drop-in is present)
    144147 *
    145148 * Dies if requirements are not met.
     
    148151 * @access private
    149152 *
    150  * @global string   $required_php_version    The required PHP version string.
     153 * @global string   $required_php_version    The minimum required PHP version string.
    151154 * @global string[] $required_php_extensions The names of required PHP extensions.
    152155 * @global string   $wp_version              The WordPress version string.
Note: See TracChangeset for help on using the changeset viewer.