Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96189 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15579 invoked from network); 2 Oct 2016 18:59:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2016 18:59:18 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.45 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.45 mail-wm0-f45.google.com Received: from [74.125.82.45] ([74.125.82.45:37359] helo=mail-wm0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/61-06241-30951F75 for ; Sun, 02 Oct 2016 14:59:16 -0400 Received: by mail-wm0-f45.google.com with SMTP id b201so42845318wmb.0 for ; Sun, 02 Oct 2016 11:59:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=CFKfAM76M9NmGrYopWjCIRvxjdfHix6glSNiXVJmviE=; b=yV3LwRX/IlUuy9NKykiqk/+fyoZWdguKUY0wwM+yfPwhPvUkaWquTT0t2m6pC2YIWy lCs44KxHZVJ+2Mwt2tjeP9CEzDc+MSEU8q8e8xLyymrVTGa/uOJBOzKXUZuiEqovaeNl sXMI+34U/PWB3R6YKGuqnfdLRRA1MlNbxmuRsr6Gaqj0qXqt1LTh+zWoBoqIkAxS85jf FiL+0Ta6x6Ar+NIgsVPpLpN1TIZlc9rz4zyA5rtS6XPHIgOaf744DCEp/BOos3sEHxZb s+7Racq8m+QV+84BAI3xSkbYf6UyVuGlaGIp+NxVjHadMLO4zCM0GzyYsqsjxk7vXnYH cvtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=CFKfAM76M9NmGrYopWjCIRvxjdfHix6glSNiXVJmviE=; b=NMdgk6hhH2RdNNo5YfJsHbbZwhzLte8KITbdHlvQUUdih42KFlZzUgONXQxoR0+h4q mu4rh9q0se9c/hT7tWGMdzfcWk9dVM6IJrFbUf3/OnpDx9x7lkL5ZOjvVuPNo8vtybxp 18g4pfq2xW46i3Fh7yJxYFQ71kjuVIihoHNob+H3ar3DYPkWuzNDrq9cY6a0f+oZxS0H 7VYWa3yXlUol1ZgCdN+6CyA8OUc4Kqss7djAxWxF1F7PRweXSxxHrkbCK72knCBism+0 e+oo/sGUfn0R5rHo84GKsGZnW10fqr9xB9LV/QVQkUQVCV//R6HmI0Uyw84/4fOxugfF YpDA== X-Gm-Message-State: AA6/9RmU39lCYPAO1w3tfiEwGl+ueKv6DfwP7G7OSoq9xV1BeeFUPFgBitmCZuEOhpToELIqUaSejD6JgMcEKQ== X-Received: by 10.28.95.134 with SMTP id t128mr5916598wmb.99.1475434752607; Sun, 02 Oct 2016 11:59:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.19.229 with HTTP; Sun, 2 Oct 2016 11:58:51 -0700 (PDT) In-Reply-To: References: Date: Sun, 2 Oct 2016 20:58:51 +0200 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1148e96e5189e2053de66c3b Subject: Re: [PHP-DEV] Re: [RFC][DISCUSSION] Improve uniqid() uniqueness From: ocramius@gmail.com (Marco Pivetta) --001a1148e96e5189e2053de66c3b Content-Type: text/plain; charset=UTF-8 On Sun, Oct 2, 2016 at 8:56 PM, Yasuo Ohgaki wrote: > Besides improving "more entropy" the default and data, I prepared > fully compatible patch to simplify discussion. > > https://gist.github.com/anonymous/fb615df325d559fa806a265031a06ede > > I would like to apply this patch from PHP 7.0 branch, then discuss what > the default should be. > > Any comments? > If there is no objections, I'll apply this few days later. > If you need comments on a patch, send a PR? Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --001a1148e96e5189e2053de66c3b--