Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68612 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88985 invoked from network); 23 Aug 2013 03:04:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2013 03:04:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=davidkmuir@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=davidkmuir@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.172 as permitted sender) X-PHP-List-Original-Sender: davidkmuir@gmail.com X-Host-Fingerprint: 209.85.192.172 mail-pd0-f172.google.com Received: from [209.85.192.172] ([209.85.192.172:36356] helo=mail-pd0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/71-11927-121D6125 for ; Thu, 22 Aug 2013 23:04:02 -0400 Received: by mail-pd0-f172.google.com with SMTP id z10so108605pdj.17 for ; Thu, 22 Aug 2013 20:03:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=dFn4V/2eUHed9KEuXlnLGMRHPLd0HYAfEwKD1WNugog=; b=O+EgjqDGZxIQGC2P7ivWKhfbwYFIq4UBnX2qurmr1IXGxInarNG7sB3124YMCYJR4l F04XRHLKaYUiJWA/txrr6+NleHDIYOhHI+vDUyBfQtm1pYtZvuXBYi4lBTF4Pdqyp7IQ iIGdQp+6/qOr9DVjziRZzaL4aRo43Pck2CawzKg0fadykm4v5aItWHU6KAGqlMbBOf/h AvMtsK/+qeOMwmA3g8FaBgcvEFPG4koB2O1gUpI+X8DqOc7ZJ3l4ajflUwCa83gmOJGV clB6J9IhybyBczgwXPn/fOcVdyVZ9DTwqLAFedBswuF3f4VT+v29KfnXnxbbGLfn9JFE ANrA== X-Received: by 10.66.190.230 with SMTP id gt6mr18216413pac.31.1377227038935; Thu, 22 Aug 2013 20:03:58 -0700 (PDT) Received: from [192.168.0.5] (115-64-165-88.static.tpgi.com.au. [115.64.165.88]) by mx.google.com with ESMTPSA id fl3sm20153509pad.10.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 22 Aug 2013 20:03:58 -0700 (PDT) Content-Type: multipart/alternative; boundary="Apple-Mail=_C339F4B1-2AA3-4513-A033-FCE73EEC35B5" Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) In-Reply-To: Date: Fri, 23 Aug 2013 13:03:25 +1000 Cc: Leigh , Sebastian Krebs , "internals@lists.php.net" Message-ID: References: To: Yasuo Ohgaki X-Mailer: Apple Mail (2.1508) Subject: Re: [PHP-DEV] Request #65501 uniqid(): More entropy parameter should be true by default From: davidkmuir@gmail.com (David Muir) --Apple-Mail=_C339F4B1-2AA3-4513-A033-FCE73EEC35B5 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 23/08/2013, at 11:24 AM, Yasuo Ohgaki wrote: > On Fri, Aug 23, 2013 at 9:32 AM, Yasuo Ohgaki 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 > yohgaki@ohgaki.net Well, there's this: http://pecl.php.net/package/uuid David --Apple-Mail=_C339F4B1-2AA3-4513-A033-FCE73EEC35B5--