On 23/08/2013, at 11:24 AM, Yasuo Ohgaki <yohg...@ohgaki.net> wrote:
> On Fri, Aug 23, 2013 at 9:32 AM, Yasuo Ohgaki <yohg...@ohgaki.net> 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 > yohg...@ohgaki.net Well, there's this: http://pecl.php.net/package/uuid David