Re: [PHP-DEV] microtime on Win32 From: Rasmus Lerdorf (rasmus <email protected>)
Date: 09/20/99

> gettimeofday() on Win32 seems to return values larger than
> 1e6 in tv_usec which causes the output of microtime to look
> "strange."
>
> If noone objects, I'll commit the attached patch which
> should cause the format of the return value to be equal on
> all platforms.

Looks good to me. It might break some scripts where people have hacked
around this "feature" but we should take that hit and get it right.

-Rasmus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>