Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89587 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85367 invoked from network); 3 Dec 2015 17:38:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2015 17:38:07 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.47 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.47 mail-wm0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:38177] helo=mail-wm0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/1E-02069-CFD70665 for ; Thu, 03 Dec 2015 12:38:06 -0500 Received: by wmec201 with SMTP id c201so32506495wme.1 for ; Thu, 03 Dec 2015 09:38:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type; bh=OaXTezKfoVjDhr++KYgGwrTjiIX/bZ1JB7Hjl1xmLoY=; b=Vbw3UhNwyKCzeN3JRdBbpHQstlI9bHKGxWMtWqY2MGf6xg7PIdr+b4AM7+SEHdTHDT Bxtq4QQvUwd556MqCYjhSMrbsykuX48UEz/Q5K24v1HIXsU7xFwO/N6pBDZnlL6Mepn0 uY8pM2hwjlxAH3tW8YfwkZNMP9ok8sCF30helb6yKFYJaT7V7H48PnCKV4j6wYmZXo5g uWnDowg3gC6N8MDflr5eAyJecfiRzF6+1HChffhZwIObaH19kQSuJNDue2Hgq5KChzQZ hOBB3y2HyXtm2p26hnykxnupDZ5g/zt3ketIigvW1hzOWuLjjPtMphiBR+zfiRISDzAI +rXw== X-Received: by 10.28.46.206 with SMTP id u197mr49362545wmu.86.1449164281249; Thu, 03 Dec 2015 09:38:01 -0800 (PST) Received: from [192.168.0.132] ([93.188.182.58]) by smtp.googlemail.com with ESMTPSA id a76sm36734175wma.19.2015.12.03.09.37.59 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Dec 2015 09:38:00 -0800 (PST) To: internals@lists.php.net References: <039701d12dce$c67982a0$536c87e0$@lool.fr> Message-ID: <56607DD3.6040404@gmail.com> Date: Thu, 3 Dec 2015 17:37:23 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <039701d12dce$c67982a0$536c87e0$@lool.fr> Content-Type: multipart/alternative; boundary="------------080006080504030109070201" Subject: Re: [PHP-DEV] PHP 7.0.0 final RTM delay From: rowan.collins@gmail.com (Rowan Collins) --------------080006080504030109070201 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Pascal KISSIAN wrote on 03/12/2015 13:30: > My main concern is about which php version will be included in the next > Ubuntu 16.04 LTS! I wouldn't be surprised if most distros, whenever they add it to their primary package repo, will package php7 separately from php5, and allow them to be selected and installed side-by-side in various ways. In fact, I'd be surprised if they *didn't* do that, since most already had it set up for //php4 vs php5. It therefore comes down to whether a version of the php7 package is blessed as part of "Xenial Xerus", or whether you'll have to get it from a PPA (e.g. https://launchpad.net/~ondrej/+archive/ubuntu/php-7.0) I believe Debian / Ubuntu's stabilisation process is fairly strict and well-defined, so lobbying from "upstream" (i.e. people on this list) isn't likely to have a huge impact. They don't even follow the official point releases, preferring to fork from a well-tested point and maintain their own set of patches. Regards, -- Rowan Collins [IMSoP] --------------080006080504030109070201--