Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86091 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45331 invoked from network); 30 Apr 2015 12:31:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2015 12:31:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.173 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.212.173 mail-wi0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:34518] helo=mail-wi0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/E0-38733-D8022455 for ; Thu, 30 Apr 2015 08:31:10 -0400 Received: by wicmx19 with SMTP id mx19so11984675wic.1 for ; Thu, 30 Apr 2015 05:31:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=sflcSfGddGlGL7yaM7GCvOeAxxlq/9X86J7BAlhcKLg=; b=zS9qyvw2rSrdAjfCSfqC6ojd/l4bxgg/CS2mCYdLpcCLo4cS3Lna2n84r7mb0VswOg CHCPmWtcIv8gXrExO/Pus457G5GH+yuOt89Nr5qApCyDNlUBiDFCabpZuuJ/AGO5IeAe 9A7pse3d9hFJ05sDQvQrrQobYjcvOHhPMkqXzxDqtCHl1H3ve22MxuiEbr7wBqpV74Bf zddwd1IshKGb/NsesdfquIJOkwYhZPoBJ9GnHOygKJHXezC7c7r+rzXEwuNrCYyaEllw Q57JmLxJ+zkghDqP+yWQSr3LS1Zemzgz2RSrQ50aMaC+ngsEG9SVPDUypIDGItkkKcuC nsRg== X-Received: by 10.194.77.98 with SMTP id r2mr7875880wjw.130.1430397067198; Thu, 30 Apr 2015 05:31:07 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.198.210 with HTTP; Thu, 30 Apr 2015 05:30:26 -0700 (PDT) In-Reply-To: <5541B4D6.9060503@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> <55417C64.7000707@gmail.com> <5541B4D6.9060503@php.net> Date: Thu, 30 Apr 2015 14:30:26 +0200 X-Google-Sender-Auth: hBOqjOJ8gZWeXkCYjOslLXvwKJ0 Message-ID: To: Sebastian Bergmann Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7bfcee781404e40514f04502 Subject: Re: [PHP-DEV] [VOTE] Exceptions in the engine From: jpauli@php.net (Julien Pauli) --047d7bfcee781404e40514f04502 Content-Type: text/plain; charset=UTF-8 On Thu, Apr 30, 2015 at 6:51 AM, Sebastian Bergmann wrote: > Am 30.04.2015 um 02:50 schrieb Stanislav Malyshev: > > 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 > > That means introducing a change in 7.0, changing it and deprecating > part of it in 7.1, and removing said part in 7.2/8.0. Makes no sense > to me. Either do it now for 7.0 or don't do it. > I tend to agree here. If we introduce BaseException, deprecating it one year later (probably) is a bad idea IMO. We could make an exception (sic !) and add the Throwable interface to PHP7, even after feature freeze, because it is an easy pick and having a clear Exception model for 7.0 is to my opinion very important. Julien.Pauli --047d7bfcee781404e40514f04502--