Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91678 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9214 invoked from network); 15 Mar 2016 17:40:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2016 17:40:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@paragonie.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=scott@paragonie.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain paragonie.com designates 209.85.214.171 as permitted sender) X-PHP-List-Original-Sender: scott@paragonie.com X-Host-Fingerprint: 209.85.214.171 mail-ob0-f171.google.com Received: from [209.85.214.171] ([209.85.214.171:34430] helo=mail-ob0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/A1-00207-FF848E65 for ; Tue, 15 Mar 2016 12:40:15 -0500 Received: by mail-ob0-f171.google.com with SMTP id ts10so25123593obc.1 for ; Tue, 15 Mar 2016 10:40:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paragonie-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to; bh=Y4c1ODRP91rg2qv2/+UNSS5OlwojN7xACERAPO4eAMA=; b=EzZ0PQw+pIys5PcxoMFDottrywuI9m0Y1in5atrVrD6pG6UFzZ0zPbUHhK7cUecX9k KedY5ksdBjYEG3uVUyRB+5gYEXcC/EMjlHZzSNn8V3coDOXvXUsQu+qt+R3oB/q3es5k T3KACmMZU8X24RKZX/hazsDZCbJm+3pG6MKwPX73Ngv2TsmDgCZAnJTnisLBGpUZgyA7 wX3GzKesUOu7EKdXqbaNp32mA19W4ZEMghXDIyz9gG1aHj1ywL/V60guTcVRMamwY0TT c4YTzXamrZzYyJzANADaTr5BGcb63uO+vGX6GuNQ2IuITyHITU9ZOq4H5rMsBDIbz0y3 792g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=Y4c1ODRP91rg2qv2/+UNSS5OlwojN7xACERAPO4eAMA=; b=RJudX7wIpnhjJ6jdn7iz31DL8cI5WQ1AD1StxDwI6e46QNecclme+rde/oQO9ZdyBg WllbPnqJHj3AfhwkUILiTGXnr5XiBLSPR38wVPNvgxHcYTKcQubAHH4Fx3K7GYmS9Ka7 dY6Y3Gd6s5nu3m8irR3X1cDhH9tKJ5uXz2E9ByczKMedQK1eA7TDKY2WspT96zD1kLgR yLWpX2C1MRK0PqwMywT/3dscQg/w0EVXVD3J6q4MpWLg+GzfV1O20yPWSfW7dPdlgrY7 zri4uRCS2PWfALYeBUXckbczJQD4HUcxRoUXD/MzHoI0Hueotsmz+oY55t0PnQQMHePV r/XQ== X-Gm-Message-State: AD7BkJI860ocPMK4CFKubNivB1znZl0QxZ+pzh3yg+F3cao55WFrMnUZVeMhWh9gZLTw6e940DBqZ5RWUnXDTA== MIME-Version: 1.0 X-Received: by 10.60.227.5 with SMTP id rw5mr17955844oec.54.1458063612771; Tue, 15 Mar 2016 10:40:12 -0700 (PDT) Received: by 10.157.14.47 with HTTP; Tue, 15 Mar 2016 10:40:12 -0700 (PDT) Date: Tue, 15 Mar 2016 13:40:12 -0400 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a1136a210b35520052e19e37c Subject: [RFC] Libsodium (bump) From: scott@paragonie.com (Scott Arciszewski) --001a1136a210b35520052e19e37c Content-Type: text/plain; charset=UTF-8 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 --001a1136a210b35520052e19e37c--