Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68614 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82367 invoked from network); 23 Aug 2013 21:54:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2013 21:54:06 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.172 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.172 mail-lb0-f172.google.com Received: from [209.85.217.172] ([209.85.217.172:65513] helo=mail-lb0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/71-04818-BF9D7125 for ; Fri, 23 Aug 2013 17:54:04 -0400 Received: by mail-lb0-f172.google.com with SMTP id o7so909710lbv.3 for ; Fri, 23 Aug 2013 14:54:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Eog3DHEyU87GcnChWHnbLLZnJYtlm8HXfzmANbeiHqA=; b=ae6NCWtncqY5sLq2UPCClIOxFl4znDqnF3PuxrtaJNx80Ehd30FNGkdjaijV7z1g1x qqr3i4pLa0P4C/MgPlErYVY7xKdBCYB4rTI/LcfeHgYnUpAGouBs8RySazwauvJqDHlH OVEiNC2C7t8H+oYYjIyCg06hG1bMznHt74qF0otlFnLxg65RCAsnraaqt8xnfBXhqG/Q x92kncxEClBk9mzQDJzNHVKRNeQLY35oBK5/pklxa+HyeCeEKhn7J0pj3ZKvA8X0O+Rd +nEflg+Q/Fpn76HBY99GBBUranSIR0/5NhCu0LWoHFFAEgX/w67YX52cGyrCKA51KL6W k/Iw== X-Received: by 10.152.116.109 with SMTP id jv13mr1171108lab.30.1377294840234; Fri, 23 Aug 2013 14:54:00 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Fri, 23 Aug 2013 14:53:20 -0700 (PDT) In-Reply-To: References: Date: Sat, 24 Aug 2013 06:53:20 +0900 X-Google-Sender-Auth: KQZ2P8mCcDkccezQVcTI3b2t48Y Message-ID: To: David Muir Cc: Leigh , Sebastian Krebs , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c3675eb4080804e4a471ee Subject: Re: [PHP-DEV] Request #65501 uniqid(): More entropy parameter should be true by default From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c3675eb4080804e4a471ee Content-Type: text/plain; charset=UTF-8 Hi David, On Fri, Aug 23, 2013 at 12:03 PM, David Muir wrote: > Well, there's this: > > http://pecl.php.net/package/uuid > I meant UUID module for source distribution. Sorry, I should have mentioned this. PECL's UUID module is LGPL, so the license is needed to be changed. It uses ext2util lib. I suppose it would be Linux only module. OSSP seems to have PHP module and it's MIT. We may copy it. Any issue copying it? This would be the easiest. Or we can write PHP licensed module from scratch. It's a simple wrapper. People in this list can write it easily. The last option is most preferred, IMO. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c3675eb4080804e4a471ee--