Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107492 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 31133 invoked from network); 11 Oct 2019 10:46:38 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 11 Oct 2019 10:46:38 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 293432C0498 for ; Fri, 11 Oct 2019 01:29:44 -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 autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Virus: No Received: from mail-io1-xd2e.google.com (mail-io1-xd2e.google.com [IPv6:2607:f8b0:4864:20::d2e]) (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 ; Fri, 11 Oct 2019 01:29:43 -0700 (PDT) Received: by mail-io1-xd2e.google.com with SMTP id q1so19834893ion.1 for ; Fri, 11 Oct 2019 01:29:43 -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=Q1xBBkFF93AVqpl2TLq6EbhQXZhd84zxhrUiU0FtuyM=; b=pRkyFszkvFxOHiWqI9cH6JhVkzvNjuEdXEyj0THHbm6bH+368QCpxndhJzOUf/MxbD B6eRSdwXeN/FRk4OZitVVPCxcdZ3Uev1TmqiR8TppmFIygOuhcpPbCP+ZfcK51Ncl8fi GeucgXwosCex7E1SRD+mZm+Fkk+I5G1C4vkBzLhtl6G974N+a2QcPvIYFrUemBBJwtwx 5wfEh/4+Fgonpojv/DvoHxG9DD6OrvbYVoQhrFTd2M1MR7E0H3uIR2O/lcSJpJJLjQ4A +2LrZIPvwLiR6Mcm8pJFD3OAKZO3o0XsFq4Rm6DNsft1RWb5FO3i1RecYmfWAzLJdakX piyg== 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=Q1xBBkFF93AVqpl2TLq6EbhQXZhd84zxhrUiU0FtuyM=; b=kNZwmAJ0r8O/v/MJS1Kd9Y7zfs/Oayonz/T04nc4lPLhAXEgzRvZXCAndJB44Ug0kP wv4dRjyUiEwggktoVoYmq8vXgPosuO5Goy04hB6EjQg/yMRl8xIqGf3BL6s3ePP+pn+i hs6xd4rU9tGziGI6xgL7/vDOMZFAI1jltvyBP/FV/puRphND4/z6Z7PQXhPqYArf4rsF KEKV+GIwx/ERf/IJ/0TF/lQak8R6Yk3rlCCWPdSGrj131hqkFpNgdkrUvCd/QPzQWK0o 8Tq4Nv+YmsEbLyox0yjcqWcJ+JedpFJQsQVxYm+5iXffkNTDwjrAtk+7dIJ8qH3yfqDb ZExg== X-Gm-Message-State: APjAAAVCaEisMBY2p0IhH2HTeWCQ29TUVwLZE/gbl8Hdj3GtvD9VkyCW oNRwKOBzd0pKuAFXd3fdBGT785U/InuMgplFXJU= X-Google-Smtp-Source: APXvYqya99hP7MWi2r5aCOU4ES4Auz5aIK6Nxa0r1VEUH7qs8D1BCTE5GuHW44z0SkUg0dwcTbQvj+nbqsd1LPT28t8= X-Received: by 2002:a05:6638:632:: with SMTP id h18mr16338041jar.55.1570782582900; Fri, 11 Oct 2019 01:29:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 11 Oct 2019 10:29:31 +0200 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000df8f2105949e5196" X-Envelope-From: Subject: Re: [PHP-DEV] Re: [VOTE] Reclassifying engine warnings From: benjamin.morel@gmail.com (Benjamin Morel) --000000000000df8f2105949e5196 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > > As people have expressed interest in hearing about direct technical > benefits that these kinds of changes have ... let me give you an example > that came up yesterday. Too bad this example comes after the vote has been made, and failed. This would be a very strong argument in favour of using exceptions everywhere in the next major version: codebase cleanup, room for more optimization. Nikita, please fork PHP, we'll follow you ;-) =E2=80=94 Benjamin --000000000000df8f2105949e5196--