Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90270 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40128 invoked from network); 7 Jan 2016 16:43:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jan 2016 16:43:03 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 217.70.183.195 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.195 relay3-d.mail.gandi.net Received: from [217.70.183.195] ([217.70.183.195:36100] helo=relay3-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/F3-21405-5959E865 for ; Thu, 07 Jan 2016 11:43:01 -0500 Received: from mfilter21-d.gandi.net (mfilter21-d.gandi.net [217.70.178.149]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 9E3D8A80F5 for ; Thu, 7 Jan 2016 17:42:58 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter21-d.gandi.net Received: from relay3-d.mail.gandi.net ([IPv6:::ffff:217.70.183.195]) by mfilter21-d.gandi.net (mfilter21-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id dZF3h1JFFkdu for ; Thu, 7 Jan 2016 17:42:27 +0100 (CET) X-Originating-IP: 82.241.130.121 Received: from builder.remirepo.net (pom51-2-82-241-130-121.fbx.proxad.net [82.241.130.121]) (Authenticated sender: contact@ll-experts.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 1EF19A811C for ; Thu, 7 Jan 2016 17:42:26 +0100 (CET) To: internals@lists.php.net References: X-Enigmail-Draft-Status: N1110 Message-ID: <568E9572.9000002@fedoraproject.org> Date: Thu, 7 Jan 2016 17:42:26 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] Libsodium From: remi@fedoraproject.org (Remi Collet) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Le 07/01/2016 14:26, Scott Arciszewski a écrit : > Hi everyone, > > I've updated the RFC to make libsodium a core PHP extension in 7.1, > to include references to the online documentation. > > https://wiki.php.net/rfc/libsodium Nice extension. IMHO it can be simpler to keep such extension in PECL, especially as libsodium (the library) is quite active, and have recently introduce some API changes (soname bump). I mean, if the extension API have to change, it is easier to do this "outside" of PHP [1]. I only hate the extension name. libsodium is not a library (and libsodium.so on linux is very confusing, for users, and for build system ) I really prefer a non confusing name, like "sodium" (which also match the used namespace). Remi. [1] this didn't means I'm against the idea to have it in core php-src. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlaOlW4ACgkQYUppBSnxahh8rACgj71wFRl1te+jbzhYYhfoMz2f Ky8An1a4zwYOn09o7RgdSH2UIxxtnvVy =ZXOi -----END PGP SIGNATURE-----