Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99148 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19342 invoked from network); 24 May 2017 15:57:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2017 15:57:07 -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.66 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.66 mail-it0-f66.google.com Received: from [209.85.214.66] ([209.85.214.66:33309] helo=mail-it0-f66.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/DB-10292-05DA5295 for ; Wed, 24 May 2017 11:57:05 -0400 Received: by mail-it0-f66.google.com with SMTP id l145so20395619ita.0 for ; Wed, 24 May 2017 08:57:04 -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=aluLmiQUY6Nl1n4bTYsRVSlaf52LvF/PbvddT2ANzr0=; b=frYQpoJGDhfJ02p5GcbK/EO5UK+Go6li2+sByEeGpKg21y4MGMdl3ZepMCKxevmqjh Exk2CnP2J2HECRFAShMDbDiNrNOBFMQwP8k63iH39N5sAex5+W4kkkOdXetUADBSwF1n Tlu7wn5SqvXGffIv5yvHTMGvafPHa7fkPtRoQBAnWdLBrIW1Uqpt/aHewpI0fIRGCi/b JH95rwR1cLPIWFI5y1oXK1eelSFCucmEZcf2BZsWb14ZujlJVKv/5hfEyNj92JtfwCu3 EkMmIAGeTNfehpxLaCOxbKtiNwS/+JuNb4SL92Gd+X/KJERrqmL9wwbIN/WRuQ7v1y9Y NDVQ== 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=aluLmiQUY6Nl1n4bTYsRVSlaf52LvF/PbvddT2ANzr0=; b=hZzuU0PU4JQgilQO/Pmxuxb4fSmLmxfDNy4qp4cJIyb9hPXepz23gdRxZDkr6qanj5 Vv+EdXqmltY8Mg1M/KGo5aF8UCQykvtArfB5ZLhPJpkWddhDaIryOs2DxvBX+kGDB8RR 1rLll82R1E73FAN5gWh2dN2bZ/JptvBSqhHDY00Ztt7Cos1ac5xoH4EUIvfIYE4JBpYs SioKCFTPKpKLycAxAZr+xQjuywTiW8PCzAsN0VRepwwkF71nr60iEMWCV2U2s8ZNLD12 M+KUjPpmR4zjVDvcso0/SJg7gE/eKx4G066mnZEtfNodOFbFIZTJKk/jsn+ZF0P81nTt B8YQ== X-Gm-Message-State: AODbwcDJwOh7suK/hHX/BnzBT0gd+LcXCS33CoiystxblT8Hs2afFsze Zpwdc3cod+IqAxuWg+3z5yq1jH8jrTog31s= X-Received: by 10.36.131.137 with SMTP id d131mr9321783ite.113.1495641421782; Wed, 24 May 2017 08:57:01 -0700 (PDT) MIME-Version: 1.0 Sender: morrison.levi@gmail.com Received: by 10.107.12.159 with HTTP; Wed, 24 May 2017 08:57:01 -0700 (PDT) In-Reply-To: References: Date: Wed, 24 May 2017 09:57:01 -0600 X-Google-Sender-Auth: g0cXR3c3pfElnSciRQEne_SRLnc Message-ID: To: "lists@rhsoft.net" Cc: internals Content-Type: multipart/alternative; boundary="94eb2c118994a84baf0550472793" Subject: Re: [PHP-DEV] [RFC] [Discussion] UUID From: levim@php.net (Levi Morrison) --94eb2c118994a84baf0550472793 Content-Type: text/plain; charset="UTF-8" On Wed, May 24, 2017 at 9:29 AM, lists@rhsoft.net wrote: > > > Am 24.05.2017 um 17:11 schrieb Levi Morrison: > >> 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. >>> >>> 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 >> > because when you end in a library/extension for each and every trivial > function your codebase becomes a mess - why not PECL i have explained > before the post you quoted and why composer as it is working nwo is a no-go > in the follow-up response > You misunderstood my message. Why would we write a new UUID package written in C when there is already a UUID package in PECL? Why is the existing UUID package in PECL is insufficient? I understand the user experience improvement for having a package for UUIDs in core; I'd like that myself. I just want to know why we haven't discussed the existing UUID package and made a new one. --94eb2c118994a84baf0550472793--