Edit report at https://bugs.php.net/bug.php?id=55735&edit=1

 ID:                 55735
 User updated by:    bugzilla33 at gmail dot com
 Reported by:        bugzilla33 at gmail dot com
 Summary:            problem: date + PHP5.4 SERVER['REQUEST_TIME']
 Status:             Open
 Type:               Bug
 Package:            Date/time related
 Operating System:   All
 PHP Version:        5.4.0beta1
 Block user comment: N
 Private report:     N

 New Comment:

Derick (der...@php.net) remember!

SERVER['REQUEST_TIME'] includes microseconds in PHP 5.4

news.txt:
- Changed $_SERVER['REQUEST_TIME'] to include microsecond precision. (Ilia)


Previous Comments:
------------------------------------------------------------------------
[2011-09-20 08:36:09] bugzilla33 at gmail dot com

Description:
------------
date + PHP5.4 version of SERVER['REQUEST_TIME'] problem


Test script:
---------------
<?=date('u',$_SERVER['REQUEST_TIME'])?>


Expected result:
----------------
Example: 423000


Actual result:
--------------
000000



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=55735&edit=1

Reply via email to