diff --git a/Request.php b/Request.php index 3c69f20ff..37ab50188 100644 --- a/Request.php +++ b/Request.php @@ -333,6 +333,7 @@ public static function create($uri, $method = 'GET', $parameters = [], $cookies 'SCRIPT_FILENAME' => '', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_TIME' => time(), + 'REQUEST_TIME_FLOAT' => microtime(true), ], $server); $server['PATH_INFO'] = '';