Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99145 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13447 invoked from network); 24 May 2017 15:11:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2017 15:11:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.67 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.67 mail-it0-f67.google.com Received: from [209.85.214.67] ([209.85.214.67:35401] helo=mail-it0-f67.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/CA-10292-982A5295 for ; Wed, 24 May 2017 11:11:05 -0400 Received: by mail-it0-f67.google.com with SMTP id 67so20150315itx.2 for ; Wed, 24 May 2017 08:11:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=k4CKKnRUeSa7GSlK+nkC97GxmZ6PK8wijlW5AMzLKxM=; b=Vp8M6IOrcHiJYx5Hi9UeLv11U2d5Tf899WcvTV/z0wGEPnpldenMLT9pYD64bcVgSh sEZLp7RCsUBZ8a0YnYtG+atDmWzEuDvcRnZJ+O8wwgqBTgKmPmrSF8T7aof4NyXIkoUw NrVt1rdcKVXGkrQhTUNivKkvFuXzRq3JxZ+ywn4gaiQBnRpgA4uNoW/ACoX+1aZXxQcR mgZcRgCZj0rSISxJvm0eJR57oaK0Ff4PdFD7WhmuNulAHEYbRWh8uzVghZ3TqYXlYoV9 6g7WLAYd5PswQa1qZENTijHV429rkdiWtODeIGTAD2JxzVkN98jlV0U4a0KSTl/LFOi3 Wu4g== 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:cc; bh=k4CKKnRUeSa7GSlK+nkC97GxmZ6PK8wijlW5AMzLKxM=; b=bawYVwkUIGmw9DX/4xW72rnBS2fMovkl6pW5ZSbADIKWJLme+Eu5aYGFFijXM54YxF ymQuVeEuRYY7Tnp2HNn6cpegYpzLaOoqUZy2ypAveqqnN7Gp9s51nxJ4wdvplcQ56Va9 3NwA5TIALrEn8d4L/0XY9q5BA37uXKJxTmrZWd9C+iZvtHHEWBuLiQZaPd1JSK40WE1a ACSBC+i9upm01HlqjkPGIKsPxplD3wjeRuexNTsyxac5eFlUXL8nwTNhvXHJoHjdsOiD 5on8J5+b/bn4wsXwOp1K0MnIiz5ZnN/t5JH1d494wAw7WlONRTW1hz/dmWu9GaZu32PF n9RQ== X-Gm-Message-State: AODbwcDzOraoTYRnTncj0KANvzvj6G2TyfN9y3/QZ5AGHrC9hyYPOZiO xsvk3HiAePEGu+XE42ksQHvQGWPezeCjnJU= X-Received: by 10.36.131.137 with SMTP id d131mr9081880ite.113.1495638662295; Wed, 24 May 2017 08:11:02 -0700 (PDT) MIME-Version: 1.0 Sender: morrison.levi@gmail.com Received: by 10.107.12.159 with HTTP; Wed, 24 May 2017 08:11:01 -0700 (PDT) In-Reply-To: References: Date: Wed, 24 May 2017 09:11:01 -0600 X-Google-Sender-Auth: AxgWiVhi_BWTJHmQyMlHrqcZ0-o Message-ID: To: Larry Garfield Cc: internals Content-Type: multipart/alternative; boundary="94eb2c1189942dda2705504683d5" Subject: Re: [PHP-DEV] [RFC] [Discussion] UUID From: levim@php.net (Levi Morrison) --94eb2c1189942dda2705504683d5 Content-Type: text/plain; charset="UTF-8" On Wed, May 24, 2017 at 9:04 AM, Larry Garfield wrote: > On 05/24/2017 04:31 AM, lists@rhsoft.net wrote: > >> >> >> Am 24.05.2017 um 11:27 schrieb Dan Ackroyd: >> >>> Hey internals! >>>> >>>> I haven't written the RFC yet, >>>> >>> >>> Please don't forget to include in the RFC a justification for why this >>> should be part of PHP core, rather than a library >>> >> >> because as developer in reality you can not use and rely on features >> which needs to install some pecl-library when it is supposed to be used on >> typical hosting packages >> > > It doesn't have to be a PECL library. I agree that a project requiring a > PECL library greatly limits its potential reach, but with Composer > user-space libraries are totally easy to install. There's a nice and > popular UUID implementation already: > > https://packagist.org/packages/ramsey/uuid > > Note: That doesn't mean adding UUID functionality to PHP core/standard lib > is a bad idea; discussing that is fine. But the "no one will be able to > use it otherwise" argument is substantially less compelling than it was > even 5 years ago. > > --Larry Garfield By the way there already is a PECL package for a UUID library: https://pecl.php.net/package/uuid. I would like to see compelling reasons why we shouldn't rally around that package. --94eb2c1189942dda2705504683d5--