Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107211 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 14790 invoked from network); 18 Sep 2019 18:51:16 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 18 Sep 2019 18:51:16 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 14C372D1FDB for ; Wed, 18 Sep 2019 09:28:43 -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=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,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-lj1-x229.google.com (mail-lj1-x229.google.com [IPv6:2a00:1450:4864:20::229]) (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:28:42 -0700 (PDT) Received: by mail-lj1-x229.google.com with SMTP id h2so598853ljk.1 for ; Wed, 18 Sep 2019 09:28:42 -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; bh=PalSY08i98YScfEzDmS0ois9mQfDk/GkYF9yOIoU6Z4=; b=Y0cNgFUkCBRc/UfBkcoNX5P5CySJDz0+OB4xpjXXsqEAo6h/yMp4oSlMqN0yfhL+LC BpO6XhbQIyKyauESY2IfhP7wzFBGzEg6ne25Iu2F5y7JflBhuKcY7DtFqa0NdfvF8pt/ 47r0xfJn9wTPJmtfGnUCa7/Ut/wcFpClY7VdwXXLKY9/DepBHMwp2ssamLXSQ5JCiXLY /nAtGII7O32UFNheu6wWxRnYm2pwq78SupokYTePuvIwlYD6hnhfzayq7CaQo0JeJXfl TjKm0okfrcReNulbkdVQN0FcrDGNoS4BVZQIWzMUR/uK1oM7J7hwypdeDyz8WJw/Ydd8 Zvmw== 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; bh=PalSY08i98YScfEzDmS0ois9mQfDk/GkYF9yOIoU6Z4=; b=UL16ijvPQt7DR1KzRJ6uGnKTyC+7GiadE6RIqebnOkEQjbhAxa84h/p1zCKjknBe5f 9HpuKndVs+qoc3Fb1lpuO1IokuiaPUv5PdQjDNnataAqm/1Lm2H4SeuKzbotn0eZdlSd zzeucTBHIoIHQm5pPYO3Oc0pJU8ozPOd9Wm1OQ/YM8i7aiBSA+7jf1T+cMvfTLRABt05 DUHayU3eubRcUY9xN8Hd52yWa0GZjBdxgufB1JwA4kEusfpLvrtzheUW0QCkYnOhHmB0 hKTbtTFTQKp9K86Np401jaXTQ3HaPgz6SIRt3XAnwYO1YK+EYmsJJjyxCpgegJNB1tPN psXw== X-Gm-Message-State: APjAAAVinKAJD/oKJvR285EWJ5z9g0tD0mctDt8ixkASu2Bpw+xcJTkl PGUPEvAdNnkUE9OSBSZwG8l58v1X0E29aE7oAYq0cAVtVOY= X-Google-Smtp-Source: APXvYqyF8cmdsTounjNSW0jjSwBUqn5hxNTlGG9Drg1pXZVuo8MHf5TTZ9Wd51OhFWWvQgOZGL1/WuM178VgtcqMAc0= X-Received: by 2002:a2e:9c16:: with SMTP id s22mr2784769lji.70.1568824120939; Wed, 18 Sep 2019 09:28:40 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 18 Sep 2019 18:28:24 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000007199270592d65444" X-Envelope-From: Subject: Re: [VOTE] Reclassifying engine warnings From: nikita.ppv@gmail.com (Nikita Popov) --0000000000007199270592d65444 Content-Type: text/plain; charset="UTF-8" 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 --0000000000007199270592d65444--