Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99187 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52282 invoked from network); 25 May 2017 22:56:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2017 22:56:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=lists@rhsoft.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lists@rhsoft.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain rhsoft.net designates 91.118.73.15 as permitted sender) X-PHP-List-Original-Sender: lists@rhsoft.net X-Host-Fingerprint: 91.118.73.15 mail.thelounge.net Received: from [91.118.73.15] ([91.118.73.15:14601] helo=mail.thelounge.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/0E-10292-60167295 for ; Thu, 25 May 2017 18:56:08 -0400 Received: from srv-rhsoft.rhsoft.net (Authenticated sender: h.reindl@thelounge.net) by mail.thelounge.net (THELOUNGE MTA) with ESMTPSA id 3wYl425y6XzXMl for ; Fri, 26 May 2017 00:56:02 +0200 (CEST) To: internals@lists.php.net References: Message-ID: <3581c3c6-5977-f4bb-dc50-1469eac64b50@rhsoft.net> Date: Fri, 26 May 2017 00:56:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [Discussion] UUID From: lists@rhsoft.net ("lists@rhsoft.net") Am 25.05.2017 um 19:50 schrieb 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 frankly - we talk about PHP and not some theoretical language many people use it *because* things like base64_decode(), base64_encode(), sha1(), crc32(), crypt(), bin2hex() - what have all these samles to do with PHP except that's the language we are using? no - I and many othes don't want to throw tons of 3rd party code and/or external extension in the mix of their applications