Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107322 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 58870 invoked from network); 26 Sep 2019 10:02:35 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 26 Sep 2019 10:02:35 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 0F8AD2D1FF7 for ; Thu, 26 Sep 2019 00:41:56 -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-x22f.google.com (mail-lj1-x22f.google.com [IPv6:2a00:1450:4864:20::22f]) (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 ; Thu, 26 Sep 2019 00:41:55 -0700 (PDT) Received: by mail-lj1-x22f.google.com with SMTP id y3so1083275ljj.6 for ; Thu, 26 Sep 2019 00:41:55 -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=R6i0TVkR7r5P7p0dmY/dvHSu9R4FNBs00smEIrALFdM=; b=M6IAGcZzNHER+UP0heOXboIS/1m7s+EHJkkDfKvE3ZkOeGWIrD3pN/ZimEMFAap1YK 0ysDKqXuyXbte6l684c3EzUIiIqYi4UHMTUUMOuEIOAVxMTxZP6jVjWBt3JoaMDGGvO3 LKvSBNpQeuJwDbKCRQ8dIn1lEjE1VH5zuKrk7q0CRcrLiqAAy5+ItUZgQ67k8LmJbEe3 fvOzrCRE24smA/GReZuMlzElbRRAweueypceHVs4trxk0wRacXNvNwO8jju92jRTtlE1 2lysMtyVG+ds/hMNKAMZcDYGlEegL0beVh3kPbTQgh/6RS/n5k8YyH65+vuEYOYNoS2A uW7Q== 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=R6i0TVkR7r5P7p0dmY/dvHSu9R4FNBs00smEIrALFdM=; b=BOLH+d/H1aqeHR3D1DnyJwVqpwNcKhBzT1c5QoapsDxk5/OsjBmz77aFj1A47vZ+pu yePX7SKOQ8wDI6J+tBG6Ttwx4CYJ8dmb0KxxA9z5l5jA0f0Ka9mM6QJVIcVda8uBqL+l XnKlsQXjsfZV1ScHAL6H1N06x4A+zqQlFk+PPbsbSotMCP5hO6pFoRT9lxnvuk6FPplH rAM6ajuLsM5zHTpCPPbzH7mJXU+kP4QeGjwzJWlhEEZH3S5uW2TemZdYS0CMHURuoKzi RmT7xZl89CHvsH3FyEaD9x1JRKLkeNxBxsQeTyVjuPJ3HSAwB1CWImNkqRqlEOtl3CM7 A5sQ== X-Gm-Message-State: APjAAAWP7xgh9KXb4zoejvmLG7PtoxPfcJi4cmcb8Fl40Iq2+rK4s5by XTGjoSb/zQLS990Vy2NIkMjiY9vSVbrHG+f7e+csd7Nx5LI= X-Google-Smtp-Source: APXvYqwSUOFrT4VTYE8bUrQ2Bi9d8mBqgeOsWbIrqKza78uJfPx75d9B2SV8Qj7kxJR9oW1uoBK1nECU4M1ZLUVBt5Q= X-Received: by 2002:a2e:86c7:: with SMTP id n7mr1475652ljj.227.1569483713744; Thu, 26 Sep 2019 00:41:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 26 Sep 2019 09:41:37 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000003d11ac05936fe783" X-Envelope-From: Subject: Re: [VOTE] Reclassifying engine warnings From: nikita.ppv@gmail.com (Nikita Popov) --0000000000003d11ac05936fe783 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. > Voting has closed with the final outcome being: * Undefined variables: 36 exception, 18 warning, 10 notice. Exception declined with 56% in favor. Warning accepted with 84% combined majority. * Undefined array index: 42 warning, 21 notice. Warning accepted with 2/3 majority. * Division by zero: 52 exception, 8 warning. Exception accepted with 87% majority. * Remainder: 54 yes, 3 no. Accepted with 95% majority. Regards, Nikita --0000000000003d11ac05936fe783--