Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104341 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 71432 invoked from network); 11 Feb 2019 18:41:15 -0000 Received: from unknown (HELO mail-it1-f169.google.com) (209.85.166.169) by pb1.pair.com with SMTP; 11 Feb 2019 18:41:15 -0000 Received: by mail-it1-f169.google.com with SMTP id i2so3040928ite.5 for ; Mon, 11 Feb 2019 07:23:54 -0800 (PST) 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=xNeU3xwnaHJnKCfxUNEgctCaLQeaWnDX94uixZE9I50=; b=ZQTp7A/2UvQezcwKAai0hWzV7F9ye7GQQstzWY+G1q5DfED54uZl9I8Y8iTsvxj5cr pVSKoo00hNZahH0XOuiHZyir+X3kjISjYOpM5HsjfLSUvNW191SmUkAV/jLKz8iXdT8B YxVAPP4iRJvzGYEIqtM8ddfMu4gglWKyugcEXZit1E9VcGDTSwohJe74m0vZ3YitMsRa MtL5mhmUhPFha2edLmMS7PlBFCmekN/y3jE7g47rYh6oHb56DIk5/Fv0NxJCV74EiQKj JpalkHmeat9WWz6sca9JJsGMTGMLGP2FcdAuN8Ji5GTjFPoiMWpPKhnStnsWSOdZQ6Wq muNg== 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=xNeU3xwnaHJnKCfxUNEgctCaLQeaWnDX94uixZE9I50=; b=NeJWjxug/kvZ8eW4shwRDZgwtPamCyPNcApFRaA1GWuKHRbbALPK1G6+TLc6VkgKbk NE/fAkt1XLELtjrtdWfckn4uo4VVxw7WCKlJHzVDl/22qyMCL5VvxMFZDiUVRSRWPS6T CyEKOWU6mC0qlvdwgNmVo8IiGUba7hCgMf6uBwkIlKdxYrUBvXm9SAh5Y39ZvQtqgNSA ih336d9DsIATYObJfBAC4yuVsGiW8v00vxnGwcFqyql5BYZnZzMUpz3V7PE3jbKf9P1H Rr4ZbiRseyEggim1rS0kfr53BRA4Y0iyzrpaj5+oC142AlJv8h4/DMFJoyT2TZeV8Z4L Y7yQ== X-Gm-Message-State: AHQUAuYIxjATIkIa+SkxF0EIQ92oF2NbB/TjAZrciObJUfuZ7Rc1qR+g 5g4DEOOaMEotY8KXykU/KIQvruPoBHPgmzliBTo= X-Google-Smtp-Source: AHgI3Ib63+Jggvys8g1Q2Yc8rTgAKdTHWEcg2Zz6pEYClmfgnSzVh5myIoEfs/vYzXoVWxgaC6IWfBmGmVRgtpBYT7A= X-Received: by 2002:a5d:88d3:: with SMTP id i19mr354737iol.187.1549898634160; Mon, 11 Feb 2019 07:23:54 -0800 (PST) MIME-Version: 1.0 References: <27c296a0-c355-e4b4-88ec-c0e30c117226@gmx.de> In-Reply-To: <27c296a0-c355-e4b4-88ec-c0e30c117226@gmx.de> Date: Mon, 11 Feb 2019 16:23:35 +0100 Message-ID: To: "Christoph M. Becker" Cc: Zeev Suraski , PHP internals Content-Type: multipart/alternative; boundary="00000000000086ed8505819fe503" Subject: Re: [PHP-DEV] Re: Don't silence fatal errors From: nikita.ppv@gmail.com (Nikita Popov) --00000000000086ed8505819fe503 Content-Type: text/plain; charset="UTF-8" On Wed, Feb 6, 2019 at 10:45 PM Christoph M. Becker wrote: > On 06.02.2019 at 05:42, Zeev Suraski wrote: > > > As long as we have a prominent warning about this in our migration guide > > alerting people to the associated risk in setups where display errors is > on > > - I can live with the change as-is. How do we ensure that it doesn't get > > lost in the clutter given that it has no RFC? > > Generally, *everything* that needs to be mentionend in the migration > guide, should have a respective entry in UPGRADING. That makes creating > the migration guide straight forward for the doc team, and worked quite > well for PHP 7.3 at least. > As the discussion here has drifted off towards error handling in general and there hasn't been any further input on the change itself, I've gone ahead and committed this: https://github.com/php/php-src/commit/a302d1161036988fe220ecd8ecd73e6af1a116fc I've also included a few UPGRADING notes. Nikita --00000000000086ed8505819fe503--