Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109079 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 18091 invoked from network); 16 Mar 2020 20:26:20 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 16 Mar 2020 20:26:20 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 23AAA1804E0 for ; Mon, 16 Mar 2020 11:48:49 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-qt1-f171.google.com (mail-qt1-f171.google.com [209.85.160.171]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 16 Mar 2020 11:48:48 -0700 (PDT) Received: by mail-qt1-f171.google.com with SMTP id g16so15147473qtp.9 for ; Mon, 16 Mar 2020 11:48:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gZBEXmsMzK9x4zgR7Zj1tVOneK3N3UPnWFMluvltMc4=; b=VPB/Cbqy4YjzkcpOzLsPpLPxIu001grCZ40gVzMHTVm9R7/TmKMyaHqObxQZ09ffAA O1Tqq5rUJJxe8winH5dEsLb91yF8XADU/Y+OG7IwrUDspMUGumA+wUFu1QF6BJoa8NgS 3JRnjZUf266aCAZXYo6s2dHMdoRout4eF4BUNVjW6+nxWAqt8JFjkafQ3k2H4G3J91cS WVSReMjbOgy0kTm1Wkbb1NF8mGIZLxjDtfvnCNodb/78a9TxuD4lXDw6PskSethp/IEh XzhKXSefUrNAafwa9Osn64Hdlj1TeDRkRn1ZRYxZMZzhj3PwAVawVUE13uRzqLMdWcec AtRQ== X-Gm-Message-State: ANhLgQ2XoJWDg++SlKPM41+l2k4ypWL4FemFxNrRJdKAwj89pGsQq+FY Os/pFmLrwpeFxObe5WvnsiCu1yM/NzXsIKe7cu/+Ew== X-Google-Smtp-Source: ADFU+vuiG4/WXSivSHbwegADiHEsNUbTLZ1hvQKYqVVd6zcLUV4ZfQIIt1oRzsJbv1JcGBhvk6whu+kfM+wUQQdzJ0I= X-Received: by 2002:ac8:c09:: with SMTP id k9mr1557313qti.241.1584384527733; Mon, 16 Mar 2020 11:48:47 -0700 (PDT) MIME-Version: 1.0 References: <9A4F051F-6EAA-4E7D-8B42-D3625A224701@benramsey.com> In-Reply-To: <9A4F051F-6EAA-4E7D-8B42-D3625A224701@benramsey.com> Date: Mon, 16 Mar 2020 13:49:57 -0500 Message-ID: To: Ben Ramsey Cc: Aran Reeks , PHP internals Content-Type: multipart/alternative; boundary="000000000000f6db9605a0fd44b1" Subject: Re: [PHP-DEV] [DISCUSSION] Native UUID support in PHP From: pollita@php.net (Sara Golemon) --000000000000f6db9605a0fd44b1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, Mar 16, 2020 at 12:49 PM Ben Ramsey wrote: > > On Mar 16, 2020, at 12:48, Sara Golemon wrote: > > > > On Mon, Mar 16, 2020 at 11:17 AM Ben Ramsey wrote: > > I=E2=80=99m currently working on a patch for this, so this might help w= ith one > aspect of your proposal. > > > > Here's a quick&dirty for AF_PACKET, looks like OSX/BSD might need > AF_LINK though... > > > > > https://github.com/php/php-src/compare/master...sgolemon:sgolemon.ngi-mac > > > Yep. OSX/BSD needs AF_LINK. > > Updated for AF_LINK --000000000000f6db9605a0fd44b1--