Edit report at https://bugs.php.net/bug.php?id=64073&edit=1
ID: 64073 Updated by: [email protected] Reported by: goorol2 at interia dot pl Summary: $_SERVER['REQUEST_TIME_FLOAT'] greater than microtime(true) -Status: Open +Status: Duplicate Type: Bug Package: Apache2 related Operating System: win32 PHP Version: 5.5.0alpha4 Block user comment: N Private report: N New Comment: See bug #63957 Previous Comments: ------------------------------------------------------------------------ [2013-01-25 15:23:33] goorol2 at interia dot pl Description: ------------ $_SERVER['REQUEST_TIME_FLOAT'] greater than microtime(true) Test script: --------------- <?=microtime(true)-$_SERVER['REQUEST_TIME_FLOAT']?> Expected result: ---------------- microtime(true) greater equal than $_SERVER['REQUEST_TIME_FLOAT'] ...like PHP 5.4 Actual result: -------------- $_SERVER['REQUEST_TIME_FLOAT'] greater than microtime(true) introduced in PHP 5.5 PHP 5.4 not buggy ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64073&edit=1
