Changeset 60363 for trunk/src/wp-includes/load.php
- Timestamp:
- 06/29/2025 08:53:29 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/load.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r59803 r60363 140 140 141 141 /** 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) 144 147 * 145 148 * Dies if requirements are not met. … … 148 151 * @access private 149 152 * 150 * @global string $required_php_version The required PHP version string.153 * @global string $required_php_version The minimum required PHP version string. 151 154 * @global string[] $required_php_extensions The names of required PHP extensions. 152 155 * @global string $wp_version The WordPress version string.
Note: See TracChangeset
for help on using the changeset viewer.