Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80105 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1290 invoked from network); 2 Jan 2015 19:37:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jan 2015 19:37:31 -0000 Authentication-Results: pb1.pair.com header.from=kobrasrealm@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kobrasrealm@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.177 as permitted sender) X-PHP-List-Original-Sender: kobrasrealm@gmail.com X-Host-Fingerprint: 209.85.212.177 mail-wi0-f177.google.com Received: from [209.85.212.177] ([209.85.212.177:57368] helo=mail-wi0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AA/60-32366-973F6A45 for ; Fri, 02 Jan 2015 14:37:30 -0500 Received: by mail-wi0-f177.google.com with SMTP id l15so69113wiw.10 for ; Fri, 02 Jan 2015 11:37:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=t4zBXFU38rc1ouLNT5g5wwFxkiicmARhi4zC6Y5aJWA=; b=IAYtpDmepxA1g5/No7csGHMUOQH10UC+f4Lac6oRZZaKGS4jNF0sa0jsEoh7XkL4WH 7c8Cnl2ENIgmSA5k9SYnvpaFg2AUniWsabatp22421olGvzdVdsHf8+6nvm0niG52A7R DR+Il7rPwRhjOp+FtOiwqh2MRbdEX31qyNop7C64iq3LgCMtWvoUVmSDFcWEhnrMK+0P N6u8u3YQhj4CELjjXpsTDoF1zIqwuHzy/LVlIrCIv2p/0hJXjrA2rhJXXPIxCCBL/Xe1 /JBuOxIU4Gh3Y7f3ERA3+EuOCyiGnnBTL7zN0KrYlKCd5nTH5gzoxJTYRKiCThpIrZ67 0TgQ== MIME-Version: 1.0 X-Received: by 10.194.90.81 with SMTP id bu17mr61542570wjb.3.1420227446342; Fri, 02 Jan 2015 11:37:26 -0800 (PST) Received: by 10.27.179.137 with HTTP; Fri, 2 Jan 2015 11:37:25 -0800 (PST) Received: by 10.27.179.137 with HTTP; Fri, 2 Jan 2015 11:37:25 -0800 (PST) In-Reply-To: References: Date: Fri, 2 Jan 2015 14:37:25 -0500 Message-ID: To: Joe Watkins Cc: "inter >> PHP internals" , pureftpd@pureftpd.org Content-Type: multipart/alternative; boundary=047d7bfcff30708e0a050bb0789f Subject: Re: [PHP-DEV] libsodium for PHP 7? From: kobrasrealm@gmail.com (Scott Arciszewski) --047d7bfcff30708e0a050bb0789f Content-Type: text/plain; charset=UTF-8 So, PHP 8 then? On Jan 2, 2015 2:23 PM, "Joe Watkins" wrote: > Evening Scott, > > We should only consider moving an extension from PECL to core if that > extension is in wide use. > > In addition to having a properly established user base, it's a good > idea to have a stable API since the development workflow (or pace) for core > extensions is restricted by the release cycle of PHP. > > Even when an extension has a good userbase and a stable API, it > doesn't always make sense to bundle as a core extension, if you look at the > top of the list at the extensions with millions of downloads; there's > nothing to actually gain from bundling these extensions in the core > distribution. So I would say that there needs to be some benefit in terms > of integration, maintainability, or something of that sort. > > libsodium is too young to seriously consider bundling right now I > think. > > Cheers > Joe > > On Fri, Jan 2, 2015 at 5:05 PM, Scott Arciszewski > wrote: > >> Hi PHP Internals, >> >> Right now, the libsodium PECL package is in the beta channel. Would it be >> possible to include libsodium as a core extension in PHP 7? If so, what >> hurdles would need to be cleared before that happens? >> >> http://doc.libsodium.org/ >> http://pecl.php.net/package/libsodium >> https://github.com/jedisct1/libsodium-php >> >> Thanks, >> Scott >> >> P.S. I'm cc'ing Frank Denis on this initial email. >> > > --047d7bfcff30708e0a050bb0789f--