Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89570 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48560 invoked from network); 3 Dec 2015 15:11:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2015 15:11:30 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.53 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.82.53 mail-wm0-f53.google.com Received: from [74.125.82.53] ([74.125.82.53:34542] helo=mail-wm0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/97-02069-1AB50665 for ; Thu, 03 Dec 2015 10:11:29 -0500 Received: by wmvv187 with SMTP id v187so31908927wmv.1 for ; Thu, 03 Dec 2015 07:11:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=HEOJ+ZBboYBb0AU7kJMsqpNA3ZUhA8pcQt+QPHEVcvY=; b=UqiGg5Q3+8t0h7j7E0iIPuoXvYAcgrT/U2FtYM3uI6nn2tQ+AIMMCyZ9xX2FgSz2By 1V/s0j9le8spgCqDu34qHBtq49a6oHi0dUahJJXdysOHz49G3M43AFrzP8BYs/nRULEJ MwzCk+Mo/mxSMQ3JGzAsSycZCgpJ4oCSf8tGY4GlqvDrKxpGBK3gs9mpXTd7G7Tx7ARn pdd2puMw1ffL2C064/+cQs1vj+KptolXETEYk6DdKQmJahMbXAEUabKXMCubkaanB0HS qO1naSUCAyvk8g6YvQnh3tKmscRnFfS3MMtkEwyqPPjStvj6oI15cQoTGsjtG3ObK8OR XRfA== X-Received: by 10.194.8.35 with SMTP id o3mr11588883wja.153.1449155486743; Thu, 03 Dec 2015 07:11:26 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.164.162 with HTTP; Thu, 3 Dec 2015 07:10:47 -0800 (PST) In-Reply-To: <039701d12dce$c67982a0$536c87e0$@lool.fr> References: <039701d12dce$c67982a0$536c87e0$@lool.fr> Date: Thu, 3 Dec 2015 16:10:47 +0100 X-Google-Sender-Auth: qUNS1P_nl-BakIo-ZG70w_mtcYM Message-ID: To: Pascal KISSIAN Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PHP 7.0.0 final RTM delay From: jpauli@php.net (Julien Pauli) On Thu, Dec 3, 2015 at 2:30 PM, Pascal KISSIAN wrote: >>I'm just not sure why the release process has to be discussed right at the > >>moment and why you ask me to throw away everything how it is being done in > >>that release process that is not defined by me but proven to bring success > >>and is being done for long time. If you have concerns and suggestions to > the > >>release process, please initiate a discussion about it ASAP. But please > >>don't ask me to change the planned steps right at the second, it is > >>inconvenient and won't happen because it won't lead to anything good for > the > >>release itself. > >> > >>Thanks > >> > >>Anatol > > > > Just a few words to say that delaying php 7 a few hours is not so important > for me.. > > > > My main concern is about which php version will be included in the next > Ubuntu 16.04 LTS! > > > > At present, I use 12.04 LTS with php 5.3.10 . > and I will switch to 16.04 LTS about 6 months after it is released.. and > this until 20.04 + 6 months.. > > And I do not wish to stick with php 5.x until 2021 !!!!!! > > > > So waiting a few hours is not a big effort! > > > > If some of you are able to do some lobbying with ubuntu people, start it > before it is too late.. > > It seems (as I googled a bit) that they are not likely to include php7 in > 16.04 LTS! I don't remember we've ever worked with Ubuntu teams. We, PHP, are not distros maintainers. Those later do whatever they want, sometimes working in sync with us. And remember if you don't agree with your actual package maintainers decisions, you still can switch distro. Julien.Pauli