Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98024 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31885 invoked from network); 29 Jan 2017 19:04:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2017 19:04:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.177 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.161.177 mail-yw0-f177.google.com Received: from [209.85.161.177] ([209.85.161.177:36082] helo=mail-yw0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/27-06271-BCC3E885 for ; Sun, 29 Jan 2017 14:04:43 -0500 Received: by mail-yw0-f177.google.com with SMTP id v200so44295703ywc.3 for ; Sun, 29 Jan 2017 11:04:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=LhNku8TvSxrl0OVFPz5otM6690PcX8EOJnW95eReMRg=; b=My2tnpOgXcO8iz/8JcP8XuPfQ4quYhI/9pcyDgIhDSbCnGL7wVh2wk5mnpNd/IfTKc 7zwBBMgX0xfYehBk+56jV6nYZcYWl3GI5HnVzMqZof0f4V8FfvJYlPvNNf3UCl31FYw6 H+U+1ffzZHeEeCL6meRmeyWM8Tp20yalf4mAQ3kIhzbGT3aJX9IC7GskUguyEHuxq5bE QDt+WQGTomJecW6AiCT0vDwrPnTP5ObkTdEuACn4nx/9hLdj5Amdi+xgB4RhyBq4j0Gt vKlY3vr5nd0b3TDaz9PqWa4ZBxd3SMeWpT2BIwrVQzor3SkTlaQmxleo6pe5DdkcGaZ9 8rPA== 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=LhNku8TvSxrl0OVFPz5otM6690PcX8EOJnW95eReMRg=; b=qGExsuxrSySDG3ESSNMgYcnKFaQQ1jd/bwNAed2QFmVX4tVA+azkCuwj4MJpEBP7rL gUauevbVZ59ddrj9aZIpKci3np+dA4jZxIH15vHh7A6m0erdyu+ORrdXjRtZ6oZTCf35 wi+B2vGhDdIY1sawTJwr1+pkuSZuK5KjBImMe7jBcvFN0jmuP1jtMg5P59TbaLcn64uH 7WfltGWzmCnbnxJyxcgUd0oS/eMAwriKOk4L/PvCfZ+CRSY+3Xd3MsPrE1sFqsE1GBoD 3IQMRTInT3Ivt/KAOcVtsRs1xjwhR762zMw4XSz0RSsNVQ1DX1hpW1XKjzki3taczhr2 Q2XA== X-Gm-Message-State: AIkVDXItyMhiPJsu9v+epfbRNM2yednGc9BmX3Oy9IQJPvSDcFNOa2mpbRieUvc/msYoYJU4TR9HtynAZkVTAg== X-Received: by 10.129.128.133 with SMTP id q127mr12127838ywf.27.1485716680485; Sun, 29 Jan 2017 11:04:40 -0800 (PST) MIME-Version: 1.0 Sender: jakub.php@gmail.com Received: by 10.129.72.73 with HTTP; Sun, 29 Jan 2017 11:04:40 -0800 (PST) In-Reply-To: References: Date: Sun, 29 Jan 2017 19:04:40 +0000 X-Google-Sender-Auth: wdDnL5ISAsttkwm72cu3QnqEpEU Message-ID: To: Scott Arciszewski Cc: PHP Internals Content-Type: multipart/alternative; boundary=94eb2c03616cfa30020547405e9f Subject: Re: [PHP-DEV] [RFC] libsodium (PHP 7.2) From: bukka@php.net (Jakub Zelenka) --94eb2c03616cfa30020547405e9f Content-Type: text/plain; charset=UTF-8 Hi, On Wed, Jan 11, 2017 at 6:22 PM, Scott Arciszewski wrote: > Hi all, > > I'm resurrecting my RFC to add libsodium as a core extension to PHP 7.2. > > I'm still not sure why it needs to be in the core. As I said before, there are lots of healthy extension that are not in the core and it certainly doesn't make them less used (e.g. redis, xdebug or mongo driver). At the end it's all about packaging... I think libsodium has lots of really good features and it's a very nice lib. However what makes me a bit uneasy about libsodium is that it's basically a one dev library which is even clearly visible in here: https://github.com/jedisct1/libsodium/graphs/contributors It is certainly a bit more risky to support such lib if it all depends on on one person rather than a team of developers. I'm not saying that it's the same but mcrypt used to be also just one developer lib... Cheers Jakub --94eb2c03616cfa30020547405e9f--