Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99161 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59450 invoked from network); 24 May 2017 23:01:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2017 23:01:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 74.125.82.41 mail-wm0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:36990] helo=mail-wm0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/61-10292-AB016295 for ; Wed, 24 May 2017 19:01:15 -0400 Received: by mail-wm0-f41.google.com with SMTP id d127so81276849wmf.0 for ; Wed, 24 May 2017 16:01:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=sx+qs6N+VFdM5jy8kOk/pqg50g7aFYjrAQZcmimbcLA=; b=zp4+s8rp3zU0Kf4b2oM0q2Zmilbf3AtDDgSc9C9j8IXpQWgGXMcFGLnAvONrfaIZH2 bGm2MkFOCmSnqe0q1/qy38thizXSespM1pzuxgHo51PmZMX0MvcdaeRrGRCLJbS3T9ns vwcU6lIHuPJMG69tZx7Q4k6eBrKJhh02oMDfFX/5Cyq7rLp5hfJygHWci/n94o3peg9W GQgcsX2d67dZClUErhttyMJ2l16OWOhBftmpAjQuq2Ch5LimSs9HRpf+NECuYzmqfSrA dgbsiqcgdSy35+5jbWKe2O6+Qn9eqc665Y4NXM2mIFznd3Zu08h1Vi7acSZ/pmbRAcb/ Ae2A== 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=sx+qs6N+VFdM5jy8kOk/pqg50g7aFYjrAQZcmimbcLA=; b=hCA63wul4rTd2JM5VvvRL07i97okqB6Ox9SWv2HdQrvVxopn+3CETdLijP/zHxVYL0 FW/fxzLunKG6A9Pm8oOYNJVr4rfHTm7rZmM7uwcJsMVuyY57MZ6XPTYvfwLOrOABcKUe AVqRxhmifKVWyF0ivdxNZOSkVe0qNhwWR5bxFCNVxjJ1aoWf+reV6wGjnoxv1w+6UlR2 OEaO0wgj6ToNp+mjGBB47X8J7NdZ6S6HaNQUFWLFiCQhfhOGqmRUSxjGtPgYI1AxRHfG 1i4mn4LMZXO2BtXIDdWgBt7bGUS4lX4+xGvwkKQ/9J6h8P9Gs3uPBOKCeg6jmm0OSxEv K/3Q== X-Gm-Message-State: AODbwcBOzCvUNBR0g5+tufGxKkOu9r25HtJ55jLHEValt1+3Cl39PEy8 Qbsg0iTm51e07wmaQVTlVXeDOVV8VPsX4g4= X-Received: by 10.28.181.139 with SMTP id e133mr7308697wmf.65.1495666871579; Wed, 24 May 2017 16:01:11 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.157.38 with HTTP; Wed, 24 May 2017 16:01:10 -0700 (PDT) X-Originating-IP: [2604:2000:dd18:cb00:b5f1:20ae:458e:5730] In-Reply-To: References: Date: Wed, 24 May 2017 19:01:10 -0400 X-Google-Sender-Auth: SWNmDRRU6oXtPH5_AYqBs5lJr5I Message-ID: To: Larry Garfield Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] [Discussion] UUID From: pollita@php.net (Sara Golemon) On Wed, May 24, 2017 at 11:04 AM, Larry Garfield wrote: > 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 > This, and entirely this. There's no justification for doing this in C anymore, we have a high level language for tasks like this. It's called PHP. -Sara