Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87767 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29138 invoked from network); 17 Aug 2015 14:24:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2015 14:24:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.239 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.239 mail-99.de-punkt.de Received: from [93.190.64.239] ([93.190.64.239:59388] helo=mail-99.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/F1-05177-29EE1D55 for ; Mon, 17 Aug 2015 10:24:18 -0400 Received: from localhost (localhost [127.0.0.1]) by mail-99.de-punkt.de (Postfix) with ESMTP id 6F7313A12E for ; Mon, 17 Aug 2015 16:24:15 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at MYHOSTNAME Received: from mail-99.de-punkt.de ([127.0.0.1]) by localhost (mail-99.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PwuzQl-VHtP0 for ; Mon, 17 Aug 2015 16:24:15 +0200 (CEST) Received: from [192.168.178.24] (p57BDEE9F.dip0.t-ipconnect.de [87.189.238.159]) (Authenticated sender: php@sebastian-bergmann.de) by mail-99.de-punkt.de (Postfix) with ESMTPSA id 2C19E3A083 for ; Mon, 17 Aug 2015 16:24:15 +0200 (CEST) To: internals@lists.php.net References: <20150817123142.13418f26@csystems> <20150817131900.66906015@csystems> Message-ID: <55D1EE8E.9030603@php.net> Date: Mon, 17 Aug 2015 16:24:14 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] set_exception_handler catches all Throwables From: sebastian@php.net (Sebastian Bergmann) Am 17.08.2015 um 16:00 schrieb Derick Rethans: > Actually, I don't call this intended. This is just as much as a BC break > as the original implementation where Errors where also Exceptions. IMO, > set_exception_handler() should be changed - with my preference it not > capturing Error, and instead have an additional set_throwable_handler(). +1