Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99986 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24347 invoked from network); 21 Jul 2017 01:37:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2017 01:37:29 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.128.176 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.128.176 mail-wr0-f176.google.com Received: from [209.85.128.176] ([209.85.128.176:37568] helo=mail-wr0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/7F-02884-7DA51795 for ; Thu, 20 Jul 2017 21:37:28 -0400 Received: by mail-wr0-f176.google.com with SMTP id 33so20371010wrz.4 for ; Thu, 20 Jul 2017 18:37:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=C5WEbrjvwr8M4ZIEz+LocuHTKAhST0HIhVwjcUdtDmU=; b=utXMl5MMbCx6BXASo+5CVPGE4/kOCe9YEh3DYzkSA3yS7LBa6Vkff8bgrwNoBTpdyQ rwPryjXevlEthuotJ+UJWl2IDVg/eUrMhXYIS/z022t7SAu43uXINYACEnhk0h5Voj5k 2QqRIQFINd+S5c84o4Ojs0SFekRCMJ/2oPchtBUlEVE8LGzxnj9afaIg3bQ5h6ENmlza t1yHxPpbKp7tSjkaVLRbHVwPxVx62fp3wp8xUDpmlZnblegirmVLTKVI6kJiBXbzOeYN +IScMkW4CFdUYVFbLl7AAgl6Aktp6yE2LS8g94cwnueXs8biJhBg46S7FuofNLF1TnKK 3r6w== 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=C5WEbrjvwr8M4ZIEz+LocuHTKAhST0HIhVwjcUdtDmU=; b=ilbqXWK/owNq0sK3Y28ZWhuYS04LcaLspgtMAbkzhNBqZAQqmRygDyEj+KCFxI0Jjd mp0WJseES+8ndnhZMi1lCBawaj7KalCn6AierLlDFalGJflZCIlpyLeG1zdzHVUQN+TC C/MMYHdLZiuHzgZflCMIwgPJUjD6JMt111Xo5d/SzTUGzaRdvUN3GdgWfuDFqwraTpKt X6ts4POpaT9LDSRJ3dJGIoFvVwYjaOoS89n45Q+1k9s8zVrE5jvL5FW+KxdWsnPOl1eP Z6gK4fZ5Zl+OCqUwtFLY3aKGDmWB/qDjCptJPYDkAI36eIwwv1W7SLxaaKIcqk7dp6Hr zhEg== X-Gm-Message-State: AIVw111iDBxDlo9+bG8uESNaiWgrv8ChlkbgyxeSZ5YWIqaCkN0ZeHl6 kOITS/DFSozcsMAOQbugESQVF2RY81VK X-Received: by 10.223.134.180 with SMTP id 49mr8389570wrx.157.1500601043913; Thu, 20 Jul 2017 18:37:23 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.169.139 with HTTP; Thu, 20 Jul 2017 18:37:23 -0700 (PDT) X-Originating-IP: [71.251.16.204] In-Reply-To: References: Date: Thu, 20 Jul 2017 21:37:23 -0400 X-Google-Sender-Auth: Nc4OvC68BPCCw7ZziiQWit6Gmc4 Message-ID: To: David Zuelke , jedisct1@pureftpd.org Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] libsodium version target for 7.2 From: pollita@php.net (Sara Golemon) On Thu, Jul 20, 2017 at 7:16 PM, David Zuelke wrote: > The standalone sodium extension has been changed a few days ago to require libsodium 1.0.9: https://github.com/jedisct1/libsodium-php/commit/e4d6d281cf197deb0086b592a72f282905ba7ead > > Will this version requirement also be ported to the PHP-7.2 branch? > I'm going to guess "No" since all of Frank's commits since the branch have gone to master only so he must not be targeting 7.2 with any of these changes. > The reason I'm asking is because the current Ubuntu LTS (16.04) has version > 1.0.8 of libsodium, and IMO that's an important platform to take into consideration. > The next LTS (18.04) isn't due until mid 2018. > Agreed. Current Ubuntu LTS is a pretty reasonable minimum. I'm all for taking advantage of newer lib features, but we should have enough #ifdefs to avoid breaking reasonably old libs. -Sara