Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76145 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51510 invoked from network); 25 Jul 2014 21:03:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2014 21:03:51 -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.220.171 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.171 mail-vc0-f171.google.com Received: from [209.85.220.171] ([209.85.220.171:57459] helo=mail-vc0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/CD-08559-536C2D35 for ; Fri, 25 Jul 2014 17:03:50 -0400 Received: by mail-vc0-f171.google.com with SMTP id hq11so8268826vcb.30 for ; Fri, 25 Jul 2014 14:03:53 -0700 (PDT) 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=9hP88QCwb8MLChTsaou3vl3czteNRrP+sIDLjFP473o=; b=0IF+hNckV7Tszx0rTVTECgvkoEHCAL3+urhh9at9Hhfh6sdfK/Afr+vEWgZifdw91Q nIjDf2FmSITgO/ZLW59Z6NXN5WcwSbsBssNPU7zNrBmESQXEYRRmJMwK10jrwH4R6OG4 M8J+f3PPKw/ULlxoAU6swMw0eJS2A6H4mWUQu9D4g7VjKyPMbdEsITUIUoKdXPMVVhjw H5PpSFVZ6jHdZgscgbyqt/rNeuaGFwrF6hCsDDW8qBF8a+qK1EBmNLpspk7X0CeCzr1j dv7OvdxHBfTOLH0EZnsem4CVdnaUBR66I+euidlzTwUZjZNhx+qGQtgwSfpDLbqh/nY2 h6Iw== X-Received: by 10.220.44.20 with SMTP id y20mr5368673vce.60.1406322233166; Fri, 25 Jul 2014 14:03:53 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Fri, 25 Jul 2014 14:03:13 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 Jul 2014 23:03:13 +0200 X-Google-Sender-Auth: eSy9mYf1udMNjr9b6Vb8YphvrAc Message-ID: To: Dmitry Stogov Cc: Bob Weinand , Nikita Popov , Stas Malyshev , PHP Internals Content-Type: multipart/alternative; boundary=047d7b3a98d025d26304ff0ae9c8 Subject: Re: [PHP-DEV] Weird constant expression syntax and bug From: jpauli@php.net (Julien Pauli) --047d7b3a98d025d26304ff0ae9c8 Content-Type: text/plain; charset=UTF-8 On Wed, Jul 23, 2014 at 8:12 PM, Dmitry Stogov wrote: > PHP-5.6 is frozen for new features for a long time. > Adding new features after RC is not a good idea. > And we will need some kind of RFC and voting. > I agree here. Bob, if you've been late proposing an RFC and couldn't get it up in time, I'm sorry about it. Please, understand we are very close to a release, and ATM, we're still talking about weither this *user land* feature or that *user land* feature will be available, makes sense, or not. (that's a technical feature, but it involves user land here). That can't be ! We absolutely need something we, maintainers - creators - authors , think is *stable*. The PHP project needs that, we all agree. If the static array feature can't be added to the AST safely, please, remove it. You've already added so much new great code (AST for this example) to 5.6, I personnally thank you about this, however now it is really time to make it stable, and commit its new features you may think about into 5.7 (or what will be 5.7, ATM : master) , and write new RFCs about those if needed. Knowing your actual work in addition of that, is deep into the engine and has inpact on OPCache, that dmitry and other contributors work hard on to improve/fix every day, is another point that should let us think about a minute : we just can't afford that. 5.6 is late, for many reasons. We need to release it ASAP, but not with code we don't fully trust. Thank you. Julien.Pauli --047d7b3a98d025d26304ff0ae9c8--