Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91688 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43265 invoked from network); 16 Mar 2016 01:56:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2016 01:56:21 -0000 Authentication-Results: pb1.pair.com header.from=dz@heroku.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dz@heroku.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain heroku.com designates 74.125.82.48 as permitted sender) X-PHP-List-Original-Sender: dz@heroku.com X-Host-Fingerprint: 74.125.82.48 mail-wm0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:34289] helo=mail-wm0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7F/66-00207-44DB8E65 for ; Tue, 15 Mar 2016 20:56:20 -0500 Received: by mail-wm0-f48.google.com with SMTP id p65so169184195wmp.1 for ; Tue, 15 Mar 2016 18:56:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heroku-com.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=fS4qCbe8oIy5nIldt9RqQ+4WgPU2Vp2bDjSg60XNuME=; b=zWi6cESaTc74ir7Cgi064FAynO15oVyGZH9HwYflYn0O8eK5ehXXTsPkE3SVn8kBxf JfXJEqMn629pUNcsa7y1MqYsSSaZwcFKraXATD+A6V1woxFFBNLpZIPYp4DiY5a9FhQg B9mYdzzWkjpxpLTmfxi863y+HS5kvR4eblaJieBNCjo2SzMDOuZX29x49jWaMzUfQ5zx DOiNnbU92nocvQ8ZV7jWZIw53yrFpgBkYnNvHBNSlAAptmZLzX3z6Y3o8aEaYa6m9K9p YwGniTjLl0JWo1jJ33sQYfjWJT9pveU0MxTRu7fx5jjKdclldNyGe3KlgicW5eaYA+EY JvdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=fS4qCbe8oIy5nIldt9RqQ+4WgPU2Vp2bDjSg60XNuME=; b=JkGjbI1a3a2EXS++lWhtvkGyJN50pwX0n1I4kzG+rMR6rjU8k/ZGCOI379Y/9kbHQS Amc8kpYNUCjwOuUi1Q6rXlefcimTsrum9z05oDfmS+njKczQt74rcRtkoaoJffUHGSyc bPN+s6EK0mFykJ0GFK3eeGhQMQjjbJsdPnJATE2tfMEWtwaTCSYRTRyQXidNmXN4JDnv 2d6otVB6o4emcHbHKdolXrsp1t8SXGsrbk/Ayq3Rg2p3+Mr3DSD0ckGDIRD5yWRMVUNL PR/eWyFUad0oOvE3k0lAh4aYlk2ahj6/hns3shM8ReuWg/sMOp0d6SQ0W+v7sbGkc5Pi 3nRQ== X-Gm-Message-State: AD7BkJKNpQ4VBQENmpZjHEfM7hc5ij9aq/CqfG6Zx0cv6RRLVZGguAAUPRc+mxx89WW2P1Zj X-Received: by 10.194.23.37 with SMTP id j5mr817571wjf.171.1458093377645; Tue, 15 Mar 2016 18:56:17 -0700 (PDT) Received: from [192.168.0.25] (ip5f5aba77.dynamic.kabel-deutschland.de. [95.90.186.119]) by smtp.gmail.com with ESMTPSA id 82sm23199918wmd.4.2016.03.15.18.56.16 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 15 Mar 2016 18:56:16 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) In-Reply-To: Date: Wed, 16 Mar 2016 02:56:14 +0100 Cc: PHP Internals Content-Transfer-Encoding: 7bit Message-ID: <178E5B3C-3374-4185-8814-982761E95650@heroku.com> References: To: Scott Arciszewski X-Mailer: Apple Mail (2.3112) Subject: Re: [PHP-DEV] [RFC] Libsodium (bump) From: dz@heroku.com (David Zuelke) I think I've said this before; please call it ext-sodium, not ext-libsodium. David > On 15.03.2016, at 18:40, Scott Arciszewski wrote: > > Link to RFC: https://wiki.php.net/rfc/libsodium > > I'd like to bump the RFC to make Libsodium a core extension, as per > Ferenc's suggestion on the mcrypt RFC. > > Question: If this extension is adopted, which syntax would you prefer? > > \Sodium\func() > Sodium::func() > sodium_func() > > As it currently stands, the PHP extension in PECL uses a namespace + > function format. > > Scott Arciszewski > Chief Development Officer > Paragon Initiative Enterprises