Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99183 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36933 invoked from network); 25 May 2017 17:50:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2017 17:50:06 -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.223.175 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.223.175 mail-io0-f175.google.com Received: from [209.85.223.175] ([209.85.223.175:33726] helo=mail-io0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/4C-10292-B4917295 for ; Thu, 25 May 2017 13:50:04 -0400 Received: by mail-io0-f175.google.com with SMTP id p24so141347122ioi.0 for ; Thu, 25 May 2017 10:50:03 -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=wT21Q4n8Bql044up+m2h0Bnj4z2Hf5gpMMOEOfIsjsU=; b=ZvVZJVSgqchbYS5eTjBG0qXjoWyFg49TWHI4WXHPWw5YnEjjl8g26intC+eacvFYBA IP1rMp2GJ/0S0TmkNo8Z6b8Q5fHfWe7SSVPIbH9OI3Bo3YHaUpGTopPZ5YyjhXHxwt/2 hiCIvQg/yxo9kWtcL/fRRs9Iw/r+6rHHTUc69AOoomXqV0ee+punUyhJ1EuaEgAy3H8x O5kgqA3qegn0Itx2EqU23NYy8wEi23UjzuiCbfkXROkb68GHeHCR38P2qglw3nESCuPS V+LF2+VxCxMjTsZ2GLO4wlVsZ9nFIDc6ikYkf6oDts+cFivQt6ibF+c9eJsojVyY7jdF BwXw== 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=wT21Q4n8Bql044up+m2h0Bnj4z2Hf5gpMMOEOfIsjsU=; b=I5Cfydxh73TwNrFHcIWKBZO8mPS1IC08tN/MkB3Jv9bb3d6OCbVbWoA+0a1JUJXbbx /isEDZGbdw3jI3bbseTEyK6WlZACokaGpz5BUK6+EwEmzorkKs/pHFjF19R5/e0dTvDa zfLpKUQrfe0AJiXBghxWgiO7onPKXdAmS23Whj/qfQdxh5oVZAYUKAHAEFMfNAPiHOhT ZMNLrofHnN9bCpNO1X7a+Y0k0GxCcOvodU1tfZIawuAqJuH/V0CN2LfUlyxnyST/kWJs pLHi3QazwZUFwMCn99e6r0JF5wBDZnFGXK1PZjr3jRx5x8fiatcgFzpNOHYFrpr7REJX q6sQ== X-Gm-Message-State: AODbwcDPid94XaALoCZ8b1kHajzi9RgypPQtfCCMtxV6eV+wpEuJJ7ZM MZAm5wZkqKanGrFYcuZZ+9qzI14oRg== X-Received: by 10.107.174.157 with SMTP id n29mr19778811ioo.39.1495734600852; Thu, 25 May 2017 10:50:00 -0700 (PDT) MIME-Version: 1.0 Sender: morrison.levi@gmail.com Received: by 10.107.12.159 with HTTP; Thu, 25 May 2017 10:50:00 -0700 (PDT) In-Reply-To: References: Date: Thu, 25 May 2017 11:50:00 -0600 X-Google-Sender-Auth: skJVnQ1LlZCoI2Two_1Pp129zGE Message-ID: To: Fleshgrinder Cc: php-internals , Nikita Popov , Marco Pivetta Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] [Discussion] UUID From: levim@php.net (Levi Morrison) > https://wiki.php.net/rfc/uuid#namespace > > This is more a general thing. I know from many online conversations, > meetups, and conferences that people would love to see it. My $0.02 is basically what Nikita Popov has said at some point in the past: The PHP namespace should be reserved for things that are language oriented, not stuff shipped by default by PHP. For instance a PHP AST library would appropriately live in the PHP namespace. A UUID library which has nothing to do with PHP except that's the language we are using would not be appropriate there.