Re: [PHP-DEV] uniqid

2002-12-15 Thread Moriyoshi Koizumi
Hi, [EMAIL PROTECTED] (Marcus Börger) wrote: > First: Uniqid test (tests/strings/001.phpt) failes for cygwin because > the time for gettimeofday() is only updated once per second. > I suggest we should change the test to use more entropy. > > Second: We should consider more entropy being default

[PHP-DEV] uniqid

2002-12-14 Thread Marcus Börger
First: Uniqid test (tests/strings/001.phpt) failes for cygwin because the time for gettimeofday() is only updated once per second. I suggest we should change the test to use more entropy. Second: We should consider more entropy being default even though it is slower. Third: the function is availa