Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107213 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 20492 invoked from network); 18 Sep 2019 19:14:01 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 18 Sep 2019 19:14:01 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 121582D1FCC for ; Wed, 18 Sep 2019 09:51:28 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp3.php.net X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,FREEMAIL_REPLY,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: X-Spam-Virus: No Received: from mail-lf1-x130.google.com (mail-lf1-x130.google.com [IPv6:2a00:1450:4864:20::130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp3.php.net (Postfix) with ESMTPS for ; Wed, 18 Sep 2019 09:51:27 -0700 (PDT) Received: by mail-lf1-x130.google.com with SMTP id w6so207266lfl.2 for ; Wed, 18 Sep 2019 09:51:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9w0ysbmi/vbIZeYvz3veVNYQ6lrRgPM95i1NzPflGl8=; b=PRppqgjeKhSdI9Vz2rEIjgnGNchpgRhamCDIMq+KvXKxWnl1kiUoRJZ+eUKv80WYNe NhZlkuX6PHBCuCqcKApMtM76rK2z7J8X5KfKYIPVVb05D1IzKGG67mn5Dnhyj3h4zQ7c fyc2KcJ9VKwTnQxRmPu2FDahfV6W3IuDziyhaVURXzXfT/GrEj9du0U4TNs2qlT/NfuO bJPzezYm+zogXwdF8IgwcrGCKf9DAMJsdS7CFw5Y3IVXP5KgDEodjKlEop8jJMMsVkhA 6XH201BkEupQ8i50gIMyEwRH7xmdj5niiXh0wmGFaORX2M5CJfCJ+/eUiq7gXC8gG5z5 eVjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9w0ysbmi/vbIZeYvz3veVNYQ6lrRgPM95i1NzPflGl8=; b=tg5/scpWaa+BCdzmMU7B173R3IJCowsJ6YT78W3UyXekezhrNSWC37O7YN6BC9StKE ZKZ2Pc//21djWggpfWWWBcNwq15YnYP6b5HVkCcLR7ZoUZhmG9uAa25omYQPd5x6wVai tSpt7sRoxDtYgMG3SyTE9z/w5t3FwTc2K/1dsNu+I7nFPBuEl76rmuQUtEph0Q/ogUg+ V4rh1zKpHDwZzGEyP+KxXO6fmFjVRgEJrW0/BTVpc9XgvLqgylUHHeM2trwk26Ec6Vx6 8eXkqrS7TrlOhzBbewqdpUBGHcwcgEUk9pE35Z0LcHrZRDHVnoIG5kAxZGerCQS6tkxp zkKw== X-Gm-Message-State: APjAAAUPtXLFWWYi4Vfyk+F/gVOILUrQ/qwnnzaSeuQZK5XoRX8lRIdX Gs/hrrowYuUha0S7rmWxkOCV0A0S3Wz2hnu0BDY= X-Google-Smtp-Source: APXvYqwKQXmVjPafTQNiBpJVrmZJOCjItAIMpCBuG8CyPyWe2xBT2bevArRQswkur/LtATeBryph9TgTcL7NlswoLKA= X-Received: by 2002:ac2:5611:: with SMTP id v17mr2629857lfd.87.1568825486196; Wed, 18 Sep 2019 09:51:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 18 Sep 2019 18:51:10 +0200 Message-ID: To: "guilhermeblanco@gmail.com" Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000d1c48f0592d6a55d" X-Envelope-From: Subject: Re: [PHP-DEV] Re: [VOTE] Reclassifying engine warnings From: nikita.ppv@gmail.com (Nikita Popov) --000000000000d1c48f0592d6a55d Content-Type: text/plain; charset="UTF-8" On Wed, Sep 18, 2019 at 6:32 PM guilhermeblanco@gmail.com < guilhermeblanco@gmail.com> wrote: > Nikita, > > I'd suggest to wait until the current vote ends and then open a new > RFC to vote this one, otherwise it'll be disrupting. > Err, to be clear, I'm not suggesting to change the RFC under vote. We have enough drama without that ;) I certainly don't care about this enough to run it through a separate RFC vote either. I'd like a simple consensus decision on a minor point. If Chase & co tell me that "This is no problem for us, go ahead" or "This is going to break all our code, leave it alone" that's good enough for me. Context is that the current notice prevents constant propagation optimizations. A warning won't help us either, but it would be the first step towards making it an exception in the future, which *would* enable those optimizations. Regards, Nikita > > On Wed, Sep 18, 2019 at 12:29 PM Nikita Popov > wrote: > > > > On Thu, Sep 12, 2019 at 2:17 PM Nikita Popov > wrote: > > > > > Hi internals, > > > > > > I've opened the vote on //wiki.php.net/rfc/engine_warnings. > > > > > > There are 4 votes, all of them independent. The first 3 are for > specific > > > cases that were controversial during the discussion, the last one is > for > > > the remainder of the proposal. > > > > > > Voting closes 2019-09-26. > > > > > > Regards, > > > Nikita > > > > > > > I just realized that I missed one notice here, because it is generated > from > > a different location: "Constant %s already defined" (The define/const > will > > be ignored and the previous value used.) > > > > It would be great to have that as an exception for optimization reasons, > > but as it's only a notice right now ... what do people think about > > promoting it to a warning? > > > > Nikita > > > > -- > Guilherme Blanco > SVP Technology at Statflo Inc. > Mobile: +1 647 232 5599 > --000000000000d1c48f0592d6a55d--