Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86052 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58312 invoked from network); 30 Apr 2015 00:51:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2015 00:51:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.48 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.48 mail-pa0-f48.google.com Received: from [209.85.220.48] ([209.85.220.48:35655] helo=mail-pa0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/06-29050-E7C71455 for ; Wed, 29 Apr 2015 20:51:10 -0400 Received: by pabtp1 with SMTP id tp1so43168843pab.2 for ; Wed, 29 Apr 2015 17:51:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hHA30symyhRNLjiNzEiG7xK32eEdaZH4b4s77SOrddk=; b=hg5e0zpIJ3nU/8qfd7gWrghdE35z7fHDLr+hKKbjjw92GCiBkUY13UMSmbLWH/Fw7e hsvVFHBW5mkmPtrTsTag268sa/xd4OaWa2F5dVzTaxLRPWvb8cnJ/mhD0V7BlQkIpKpF wScAvM02K3RyLm+z/pGVFtzenbvxcx5t1XwetNYOUhnHOP4/i3cCGJejBkBvam7hXQLW qdp/1GUrLgVi+JjZAfnLV7H79n02tnu1G/Cu3KWKliwoy6dQMjwmI8u19yBl+bq3ZndF KYmyvB/iy5GdUvDpMa5ZwUnbmdFQn0AA5ZtiKhruAYgGud8FX0/kkzT0s6Trxh1OxRhB 6Dyg== X-Received: by 10.68.216.10 with SMTP id om10mr3162334pbc.152.1430355067979; Wed, 29 Apr 2015 17:51:07 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id fu7sm363867pac.26.2015.04.29.17.51.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Apr 2015 17:51:07 -0700 (PDT) Message-ID: <55417C64.7000707@gmail.com> Date: Wed, 29 Apr 2015 17:50:44 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Sebastian Bergmann , internals@lists.php.net References: <54F07FC7.8050901@php.net> <54F0839C.3010700@seld.be> <55052FAD.6090608@php.net> <5505346D.7020700@php.net> <550DA4EE.2030903@php.net> <55410973.4010300@php.net> In-Reply-To: <55410973.4010300@php.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Exceptions in the engine From: smalyshev@gmail.com (Stanislav Malyshev) Hi! >> The vote for this missed the boat for the PHP 7 deadline. However, if >> we really want to do this we should do it in PHP 7 or not at all (at >> least not for a long time) due to BC breaks. >> >> Thoughts? It's kind of hard to recover the context here, but I assume it's https://wiki.php.net/rfc/throwable and replacing BaseException with Throwable. I like the idea, however we do have the deadline and the deadline has been passed. So I wonder if we can't keep it for 7.1 with the following modification (assuming the RFC passes): - BaseException implements Throwable - BaseException is deprecated in 7.1 - BaseException is removed in 7.2 or 8.0 Also I don't see Error class though it was mentioned in the previous discussion. Was it dropped for a reason? -- Stas Malyshev smalyshev@gmail.com