Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107493 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 39821 invoked from network); 11 Oct 2019 11:29:46 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 11 Oct 2019 11:29:46 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 944D62D2030 for ; Fri, 11 Oct 2019 02:12:52 -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-ot1-x330.google.com (mail-ot1-x330.google.com [IPv6:2607:f8b0:4864:20::330]) (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 02:12:52 -0700 (PDT) Received: by mail-ot1-x330.google.com with SMTP id 89so7337586oth.13 for ; Fri, 11 Oct 2019 02:12:51 -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=DC+E4csWD27CTaPpJxL2OTiU9lNOI/OmU2xCIm7diqU=; b=K5yrAvzyS75lKNBJjD+tNFQuH2hA4545rLGQYJ2dmssujbMIvZSfqQTZkryMDFu5lu sHHgDGZ1hmgXAQByINyTm1wqfydhIAKrlJi2HDMnB57JPBSUpEtQEkRRDVm3rV0PVub8 VwwoI7nVSy2ZHDqYBzuQoZvB2Qd4acJecbwGaC0epAdEeyQPQmNt/c6wZDFqxAGnY0Au +yKuOHsLXCVo4KGA7Qtzaa0uk/P2g1FYrFAHIYtkYLrLRcVp8MV0wb1MkAOUIJE0S5oV fAQzBaEnyWg9n6TNy9pQFePNL3Ed/wRDjXlRrHlzVUHm35mJDqu7krQffMDUTH7w8Is0 1zAg== 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=DC+E4csWD27CTaPpJxL2OTiU9lNOI/OmU2xCIm7diqU=; b=hTwwgjtJ8Bzk/FO7dWbOXaIT6IredKCTicge9sigDOkj6A7bblUwSGcEd3ztcRa0W9 0lEw22S65g/0GXx5hRJKrBEHR1ySwxY4chhpseoRSRMXFpeXcvCMQvUthApNLSkLUX4N 9zUUCYXN3YUucXfw9FBsZo1CM8LohNh7XXKA/7EfdJV5DLFID2PkKucB6Y5cGW55STOQ Whm5Wg3Zcn9ebh1q+3uHL4v9xk/G6lVghZy2bHXR6YpUYkCxjmiX8/QsgSfxrfxs0tWk 3K9+6X6uuDmmEBBIpHNsvdMUAq6PR5ZH8+72ls4EXczo3Ix3Dz/HC+uYFU3zrmNpWUhP SWfg== X-Gm-Message-State: APjAAAVD/hqdoA/KyR/xDAofS2tJHywplIT7XfH+UHTvWgP+G6hyfuyi 2+UT/lgZNWx7Yx0xVPrcsc6sZTx3IliqOUABwxY= X-Google-Smtp-Source: APXvYqz9QoQN0v1LvGS+4zvxvUVQGBzTZRd2P6/WZDCZBNsv4G4eH2GQuZTZBDepasT81pBdPVIk5KSixMSbY6AB6ZE= X-Received: by 2002:a9d:708e:: with SMTP id l14mr11609085otj.135.1570785171287; Fri, 11 Oct 2019 02:12:51 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 11 Oct 2019 10:12:38 +0100 Message-ID: To: Benjamin Morel Cc: Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary="00000000000027355505949eec06" X-Envelope-From: Subject: Re: [PHP-DEV] Re: [VOTE] Reclassifying engine warnings From: oludonsexy@gmail.com (Olumide Samson) --00000000000027355505949eec06 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, Oct 11, 2019, 9:29 AM Benjamin Morel wrote: > > > > As people have expressed interest in hearing about direct technical > > benefits that these kinds of changes have ... let me give you an exampl= e > > 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 > I think I'm always available to contribute to a fork of a better PHP, coz I love the syntax not the garbages included in the current one. > --00000000000027355505949eec06--