Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100371 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37487 invoked from network); 4 Sep 2017 16:04:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2017 16:04:02 -0000 Authentication-Results: pb1.pair.com header.from=sammyk@sammykmedia.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=sammyk@sammykmedia.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sammykmedia.com designates 209.85.215.52 as permitted sender) X-PHP-List-Original-Sender: sammyk@sammykmedia.com X-Host-Fingerprint: 209.85.215.52 mail-lf0-f52.google.com Received: from [209.85.215.52] ([209.85.215.52:37183] helo=mail-lf0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/CD-04538-0797DA95 for ; Mon, 04 Sep 2017 12:04:01 -0400 Received: by mail-lf0-f52.google.com with SMTP id i79so3166155lfe.4 for ; Mon, 04 Sep 2017 09:04:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sammykmedia-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=RY3PcsBZv79/LRyKsatAnDwt985WdxyhLQZJ3r1/YYo=; b=LLIRVNhGq7QhzlU7gMSW5fycjSZ5DhiKC+3zfuBUWDxLsKeHybuCgaCidMryVMkk5v aK51HJZ3PzCsdu/N59+9JhHQqr29eyLgjPCNsjyIDT6xfRVKxbahPy1BAlpWXTnJ7alp NEVU06vA3/4V+dwZ3ycXgxOjupp60Ub9MBcfD1Jc9TXWecaFpJtlYB8Ew3OicNJFn95d 6hy5CqlUhd/mXPCXAVKH5wshj1eo6+swZhW1/jOeLn7vAH98rc5jZAw94upnH5iWv1/o 1u3Lyg8NV+MyOUAnQPakz2JyQ50iTuHyTNxf6JsGxbNfaq1a6Zj8YsH4z2IIDjCwpMRc 0jhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=RY3PcsBZv79/LRyKsatAnDwt985WdxyhLQZJ3r1/YYo=; b=WDymE6o6J+ytsYrwqFJkYc0B0gUJGz7y1EpQy3vPLdLr0Y61l0ARm4N98HdytA+2as dY3/EpmJpcBiguyPqw45avad2XOxLVTqni8hu3QpZoVXRGZ0Ni0DBKiMX5C/y/adrPpF PRKmyY/WQCARfb5k3NQH1TAW8i6/BhMQw3posGqA42QoiMno0SghgfkOdjkxzVv9qxQn 4au9fVoON+xWXPStHX5ULdHV0iwBnwqfsVpZOwVQKbJw9aS4VtLk+rXX0Nns33s2lmuv mZ/VODinYu9H9z/OZ3KB0+wkwXlHth4ZqcM6AvKNs/EhE0G5YcbcUn6Ph6dKaTt2Oc87 03rQ== X-Gm-Message-State: AHPjjUgmx15pEjKPkAkb6G46CSud75zs/nw6RUSsabji8pwsnWZx/myL 7aFwdQzILwhqPUBVzF07rTsaz7pbdWVtP4o= X-Google-Smtp-Source: ADKCNb5cSAanLWmuE2FvT93jWY7Zped3WL6BnL8pd7jK0/XT47FGxQj843N6Wf6m4AXJYP6DN+leIRRREtc1iTwuKUA= X-Received: by 10.25.169.19 with SMTP id s19mr251808lfe.235.1504541036238; Mon, 04 Sep 2017 09:03:56 -0700 (PDT) MIME-Version: 1.0 Sender: sammyk@sammykmedia.com Received: by 10.25.211.19 with HTTP; Mon, 4 Sep 2017 09:03:55 -0700 (PDT) X-Originating-IP: [96.65.116.75] In-Reply-To: References: Date: Mon, 4 Sep 2017 11:03:55 -0500 X-Google-Sender-Auth: Jy4eP0BFa990Cg_jez6SFpVO0Zo Message-ID: To: PHP Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [VOTE] UUID From: me@sammyk.me (Sammy Kaye Powers) I really, really wanted to vote yes for this as I've wanted simple UUID creation in core for a long time, but I can't agree this is the correct implementation. Something like "uuid_v4_create()" seems to make a lot more pragmatic sense and use ramsey/uuid for anything more complicated. Sorry Richard, but I'm -1 on this one. But thanks for putting in all the effort! I think another attempt with a simpler API & implementation could be a winner! :) Thanks, Sammy Kaye Powers sammyk.me On Sat, Sep 2, 2017 at 2:01 AM, Fleshgrinder wrote: > Hello Internals! > > I just started the voting for the inclusion of a UUID value object in > PHP's core, targeting PHP 7.3. I wanted to start earlier, but was sick > the whole week. > > The voting is open starting now and until September 16. (2 weeks). > > -- > Richard "Fleshgrinder" Fussenegger > >