Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79744 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93440 invoked from network); 16 Dec 2014 21:00:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2014 21:00:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.171 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.212.171 mail-wi0-f171.google.com Received: from [209.85.212.171] ([209.85.212.171:60077] helo=mail-wi0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/53-08594-06D90945 for ; Tue, 16 Dec 2014 16:00:16 -0500 Received: by mail-wi0-f171.google.com with SMTP id bs8so13617095wib.4 for ; Tue, 16 Dec 2014 13:00:12 -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=gb3qCNzoJqipLGfcdbdiC3XPnYqOE8ipXdzmPZXuwH8=; b=HMWHGgNRoaMvYJbSLssNOy+vLBAUC1G9B46zjyCt6q7da0fLjnl2wZ3dQ63tOFgEbv xtMfUlUefGqFUETowxrFeFCg7s4iLNq2phcmnfME+7Mpu+OIUcWJ2nVdzaZzgz+aop9v asSD7obh9WREtP6L4LFH4yIfkSdQ82pW4pSRmQlvs/2+abR3pVe4W8vlNv4gwGYANnoA 3rUwDyTmO4u1Qfb0NTZcKf5NR+dMkhiPJ8wPfoH9kgASQEwI1p42weYSc6m4DTpphPrV 1fIhduUIjWYYNntmDSn+FfsHNN3+LcErnaFJUZRGH0QNFp6SC01fCn2D6gzC0kazFciz dAfA== X-Received: by 10.180.206.165 with SMTP id lp5mr7975349wic.83.1418763612134; Tue, 16 Dec 2014 13:00:12 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.57.67 with HTTP; Tue, 16 Dec 2014 12:59:31 -0800 (PST) In-Reply-To: References: <8C1EFD82-CFE0-4D01-9231-2A1658B182A6@ajf.me> Date: Tue, 16 Dec 2014 21:59:31 +0100 X-Google-Sender-Auth: EsXGn5JpOHPHVRQlJcpvDgxQgds Message-ID: To: Florian Margaine Cc: Rowan Collins , PHP Internals Content-Type: multipart/alternative; boundary=001a11c383e41f248d050a5ba537 Subject: Re: [PHP-DEV] [RFC] PHP 5.7 From: jpauli@php.net (Julien Pauli) --001a11c383e41f248d050a5ba537 Content-Type: text/plain; charset=UTF-8 On Tue, Dec 16, 2014 at 8:55 PM, Florian Margaine wrote: > > Hi list, > > I think having a minor PHP version for the only sake of adding E_DEPRECATED > is kind of pointless to be honest. Historically, PHP (or other languages > for the matter, I'm thinking of python) minor versions have brought new > features. Adding notices is not a reason for a new version imho. > > If what we want are notices, and helping people to migrate to PHP 7, then > we can create tools for this. For example, python made a tool to help with > the transition of python 2 to python 3. Go did the same for 0.x to 1.0, if > my memory serves right. The point of new versions is to include new > features or bug fixes for the language, static analysis can be done with > external tools. > > The fact that we'll have to maintain one more version is also not something > to be taken lightly, especially when I see examples of how things progress > in php-src. (I'm thinking about the recent contributor who gave up.) > > Now, if the reason people want PHP 5.7 is to extend PHP 5 lifetime, then > it's another matter, and the lifetime of existing versions could be > extended. > > Just my $0.02. > > That's a perfectly valid POV I share. So I sum-up and introduce the dilema : - We should push people to PHP7 , whatever the way - We cannot patch 5.6 to add any Warnings-of-any-kind (stable release, under release process that forbids that) - Rolling out a 5.7 with *just* Warnings-of-any-kind is silly, see the topic I just replied to which is valid to me - Rolling out a 5.7 with Warnings-of-any-kind + some little-or-not new features cancels point number one What else ? Julien.Pauli --001a11c383e41f248d050a5ba537--