Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106928 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 19033 invoked from network); 10 Sep 2019 15:56:26 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 10 Sep 2019 15:56:26 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id B58B62D19B3 for ; Tue, 10 Sep 2019 06:31:50 -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 ; Tue, 10 Sep 2019 06:31:49 -0700 (PDT) Received: by mail-lj1-x22f.google.com with SMTP id l20so16465055ljj.3 for ; Tue, 10 Sep 2019 06:31:49 -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=lss/6tWk2psod5cQly/7o5E89dZ59VwAghbPBgZ3x+4=; b=pSKXjW3bUKmKMEtM+0EY8Zr4lRXaaKoSGaSlGlkpeTV3e7FIinfgFQTDiaLvMS841a 674eUaRqzImpyDrQsCVnKd/OVfonsMh+/sLNHd11weeLTIUQmOzHwdMTrbxRHXV27ASB I+fIKuV/wQ/ca+c3LX9lrv96PbS6XQSLFEfPS/NsRt94LsaW4KFQx0L/yHFNKTmOBJ+6 B9DEqo7ENt4mmt2dZiqq/LGF2rOLLNLWJnpOrxDrWmXQlztgSlw7jIm835yMkOEaZTTz Wkc3eDU0eyAsG0K5b9FiibE5kgkjtLQ3FaU+gxsE9JvzJxkjheZqLXBHtkWWrWgpROGa JJjw== 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=lss/6tWk2psod5cQly/7o5E89dZ59VwAghbPBgZ3x+4=; b=fUwFd7NBI1vQbMDQNnYM5bFDcamA+mdtCEmZxh56fBzElCI11hhJJ4IdGKVI4wP5Q0 LMjEF3U4zsHz7gH3uzdfQtVXgFk+SXecFJGF3ES/Xa+jyDzDYpacrm9XUU7b6APf7fP/ hF2/ljK2CTDSCHWDmpFkvi/5ELrXjpR0Cd08OGVgZuOuFUW7ZJca6R5bWKntH9AKaQF9 2Tkf0tK+8tP9H9pmXfUKqKWbRh3j7D0voNhcKNz+lzljTii1l13Z8+67Tysn6IsSV39v Nl1BB3mRPaP0IIspNol/EdY7jhEjTWabJHhAH36HnJk90IemvdLokxOsrChZw98Lb86W hW3Q== X-Gm-Message-State: APjAAAU8BD8Y1nnkCCsEFIFsK4nNBuBO/7sW+EglpHL76yERDg7c/rl1 N3lH23WjeXwluL343I4n72XYW/O5jcm+eL8LxdIw9Pt9 X-Google-Smtp-Source: APXvYqxOBMSqjfi1Rh2f0xTN5u0pX6NTe7z7tJquLMVBCsDJ9KG330RDHNX40o1V5dtADHg7kYMC76fIU53tOFFLhB4= X-Received: by 2002:a2e:6c18:: with SMTP id h24mr5576018ljc.227.1568122308111; Tue, 10 Sep 2019 06:31:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 10 Sep 2019 15:31:31 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="00000000000023b0be059232eda5" X-Envelope-From: Subject: Re: [RFC] Reclassifying engine warnings From: nikita.ppv@gmail.com (Nikita Popov) --00000000000023b0be059232eda5 Content-Type: text/plain; charset="UTF-8" On Wed, Aug 28, 2019 at 11:33 AM Nikita Popov wrote: > Hi internals, > > I think it's time to take a look at our existing warnings & notices in the > engine, and think about whether their current classification is still > appropriate. Error conditions like "undefined variable" only generating a > notice is really quite mind-boggling. > > I've prepared an RFC with some suggested classifications, though there's > room for bikeshedding here... > > https://wiki.php.net/rfc/engine_warnings > > Regards, > Nikita > Heads up: This RFC may go to vote tomorrow. Nikita --00000000000023b0be059232eda5--