Re: [PHP-DEV] [PATCH] time/001.phpt fix

2004-07-23 Thread Andi Gutmans
Yep you're right. It can definitely return the same time twice in a row. I'll commit this. At 10:17 PM 7/23/2004 +0100, Joe Orton wrote: [resend] There's no reason why gettimeofday() shouldn''t return the same time in successive calls; this test fails spuriously on Linux/x86_64 (which has a parti

[PHP-DEV] [PATCH] time/001.phpt fix

2004-07-23 Thread Joe Orton
[resend] There's no reason why gettimeofday() shouldn''t return the same time in successive calls; this test fails spuriously on Linux/x86_64 (which has a particularly fast gettimeofday() implementation). --- ext/standard/tests/time/001.phpt23 May 2003 20:56:33 - 1.4.2.2 +++ ext/stan

[PHP-DEV] [PATCH] time/001.phpt fix

2004-07-16 Thread Joe Orton
There's no reason why gettimeofday() shouldn''t return the same time in successive calls; this test fails spuriously on Linux/x86_64 (which has a particularly fast gettimeofday() implementation). --- ext/standard/tests/time/001.phpt23 May 2003 20:56:33 - 1.4.2.2 +++ ext/standard/tests