]> granicus.if.org Git - php/commit
Fixed possible precision loss in microtime
authorAnatol Belski <ab@php.net>
Sat, 23 Mar 2013 16:40:06 +0000 (17:40 +0100)
committerAnatol Belski <ab@php.net>
Sat, 23 Mar 2013 16:40:06 +0000 (17:40 +0100)
commitb022e54bd100a914417e216d0872d3e67edecaf9
tree250b9668e08d18924bcd2a6905d14f5fda229a2a
parentbb935ff8dc65c52efea6aae6697a806dc86c8580
Fixed possible precision loss in microtime

This is related to the fix for bug #64370. MSVC natively supports __int64 type,
so calculating with 32 bit ints is neither necessary nor reliable. Therefore
an older piece of code is reused.
win32/time.c