ID: 8932
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Date/time related
Assigned To:
Comments:
Thanks for you patch, it is now in the CVS. In future make sure you also include any
patches in the bug report (even if its a note added at a later date)
Previous Comments:
---------------------------------------------------------------------------
[2001-01-29 09:04:44] [EMAIL PROTECTED]
I have a solution for this now, also for microtime
and usleep. How can I get the code to appropriate
place ??
---------------------------------------------------------------------------
[2001-01-26 08:13:53] [EMAIL PROTECTED]
As implemented now, win32 gettimeofday does not give a consistent time because seconds
and microseconds are collected with two different function calls.
A better solution, in my opinion, would be to use
win32 GetSystemTime function (together with mktime). This reduces accuracy to
milliseconds, but time differences would be more reliable (no more extra 1 second
errors in small times)
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8932&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]