Edit report at https://bugs.php.net/bug.php?id=64073&edit=1
ID: 64073
Comment by: adam123 at hotmail dot com
Reported by: goorol2 at interia dot pl
Summary: $_SERVER['REQUEST_TIME_FLOAT'] greater than
microtime(true)
Status: Duplicate
Type: Bug
Package: Apache2 related
Operating System: win32
PHP Version: 5.5.0alpha4
Block user comment: N
Private report: N
New Comment:
The difference increases in time to run the server (few days).
I am now watching -5.5 seconds.
After Apache restar difference -20ms.
Previous Comments:
------------------------------------------------------------------------
[2013-01-26 01:46:36] [email protected]
See bug #63957
------------------------------------------------------------------------
[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