Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79734 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62172 invoked from network); 16 Dec 2014 17:15:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2014 17:15:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.180 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.180 mail-qc0-f180.google.com Received: from [209.85.216.180] ([209.85.216.180:50568] helo=mail-qc0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/09-12185-1B860945 for ; Tue, 16 Dec 2014 12:15:29 -0500 Received: by mail-qc0-f180.google.com with SMTP id i8so10542945qcq.39 for ; Tue, 16 Dec 2014 09:15: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=yEg32by7UGEqTdQiFS3YtKaxP8OroV3Vfu9rZKCLCLw=; b=LtiP0FPA7L/GBebxj1Ba5WV5BvB0IJAy9KhyFUFndfwW8zhHRyEvt4BF551MJ64F0G jgefh8RIVW6H9OEs1cfKskZL2n214AtSrmch5HjVgBHKWA2GhgJPsMPoaud00RV0ANz/ h3lI8Ufwc/ZGARwb/66eKG+YI2yYJ2oxZntOOeKXGEuzB9/GusbV6ZsPYDDt+Sv3lJg/ zP+M7ur5V01LbNXd0BbBKtkQNLMOwfqdRwZXb+iVigWoPA5N4TaoYK8D2MNqpOpbFo0i VcXzUW0SKoTjbHRrDMw7ayuKCvVRyA6K6Y6Aa4XHb2d8YXFAgwYws1hWArzUlzI1MbFT +P9Q== MIME-Version: 1.0 X-Received: by 10.224.79.212 with SMTP id q20mr68899553qak.4.1418750126075; Tue, 16 Dec 2014 09:15:26 -0800 (PST) Received: by 10.140.104.171 with HTTP; Tue, 16 Dec 2014 09:15:25 -0800 (PST) Received: by 10.140.104.171 with HTTP; Tue, 16 Dec 2014 09:15:25 -0800 (PST) In-Reply-To: References: <8C1EFD82-CFE0-4D01-9231-2A1658B182A6@ajf.me> Date: Wed, 17 Dec 2014 04:15:25 +1100 Message-ID: To: Zeev Suraski Cc: PHP internals , Andrea Faulds , Xinchen Hui , Levi Morrison Content-Type: multipart/alternative; boundary=047d7bf1617e4a4405050a588111 Subject: RE: [PHP-DEV] [RFC] PHP 5.7 From: pierre.php@gmail.com (Pierre Joye) --047d7bf1617e4a4405050a588111 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Dec 16, 2014 10:23 PM, "Zeev Suraski" wrote: > > > -----Original Message----- > > From: morrison.levi@gmail.com [mailto:morrison.levi@gmail.com] On > > Behalf Of Levi Morrison > > Sent: Tuesday, December 16, 2014 9:29 AM > > To: Xinchen Hui > > Cc: Andrea Faulds; PHP Internals > > Subject: Re: [PHP-DEV] [RFC] PHP 5.7 > > > > >> There has been some debate about whether to make =E2=80=9CPHP 5.7". = I have > > made a very simple RFC. It proposes a final minor version of PHP 5, PHP > > 5.7, > > to be released at the same time as PHP 7, with no new features whatsoever. > > >> > > > I am wondering why we need that? no new features.... > > > > > > I think we can extend 5.6 release cycle to avoid that.. > > > > Extending the PHP 5.6 release cycle doesn't give an opportunity to rais= e > > different E_STRICT and E_DEPRECATED messages in preparation for PHP 7.0= . > > This may or may not be something you value, but it's something I > > personally > > value. > > I don't see why we'd need new E_STRICT's, but what stops us from adding > E_DEPRECATED to 5.6.x? We do not allow them or we try to avoid them by all means. > I think the likelihood of getting these notices in the hands of people goes > way higher if we put it into 5.6.x, which will be perceived as a bug-fix > release, than a 5.7.0, which will be perceived as a feature release. And what will be the work load difference then? Zero. However it will introduce changes in a patch release that may not be expected as of our RFC. I am totally opposed to this idea. --047d7bf1617e4a4405050a588111--