wip
This commit is contained in:
@@ -139,15 +139,18 @@ function wp_populate_basic_auth_from_authorization_header() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks for the required PHP version, and the mysqli extension or
|
||||
* a database drop-in.
|
||||
* Checks the server requirements.
|
||||
*
|
||||
* - PHP version
|
||||
* - PHP extensions
|
||||
* - MySQL or MariaDB version (unless a database drop-in is present)
|
||||
*
|
||||
* Dies if requirements are not met.
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @access private
|
||||
*
|
||||
* @global string $required_php_version The required PHP version string.
|
||||
* @global string $required_php_version The minimum required PHP version string.
|
||||
* @global string[] $required_php_extensions The names of required PHP extensions.
|
||||
* @global string $wp_version The WordPress version string.
|
||||
*/
|
||||
@@ -492,9 +495,10 @@ function timer_float() {
|
||||
* @since 0.71
|
||||
* @access private
|
||||
*
|
||||
* @global float $timestart Unix timestamp set at the beginning of the page load.
|
||||
* @see timer_stop()
|
||||
*
|
||||
* @global float $timestart Unix timestamp set at the beginning of the page load.
|
||||
*
|
||||
* @return bool Always returns true.
|
||||
*/
|
||||
function timer_start() {
|
||||
|
||||
Reference in New Issue
Block a user