Re: Request #65501 uniqid(): More entropy parameter should be true by default
On 23/08/2013, at 11:24 AM, Yasuo Ohgaki <[email protected]> wrote:
> On Fri, Aug 23, 2013 at 9:32 AM, Yasuo Ohgaki <[email protected]> wrote:
>
>> We need better function as basic feature of PHP. unique_hash() or
>> hash_unique() might be good. UUID works and is much better but generating
>> unique hash just like session ID is trivial to implement.
>
>
> Any one working on UUID module?
> Fedora uses OSSP's UUID lib. I would like to create UUID module if no one
> is working on it. It relies on external lib, so I think we need something
> like hash_unique() regardless of UUID module.
>
> Regards,
>
> --
> Yasuo Ohgaki
> [email protected]
Well, there's this:
http://pecl.php.net/package/uuid
David
Thread (19 messages)