Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87812 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74789 invoked from network); 19 Aug 2015 18:46:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2015 18:46:15 -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:35960] helo=mail-pa0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/B1-56231-7FEC4D55 for ; Wed, 19 Aug 2015 14:46:15 -0400 Received: by pawq9 with SMTP id q9so8826469paw.3 for ; Wed, 19 Aug 2015 11:46:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=c17c1IZUW3HQ8PIRg8Rm4U36+1JSSJSSAnv5xianAUY=; b=PF2GTJgl05tlt3+NXk8MnPaU5eLEVw+TYhEIMHr5S35ZOSHRTaKNvR/GlzM/In1uXP 7yO3jaa+Ezl3ptI+TldhC7Qd4S1/ns8X3W6JWN2FIv2pd95+Hz5WNjpW4+mZa64h8r+t ggYMckCbvrbXJ5QN/D6cp/oxMbN8wltNW52DGsN4DiUZRUfoGCHLW58v7/gwts90C3tW d+x+vde9A7kGI27cfhKqfa/Mg0ag0SmmkR6nawSGvA+nxNSnSbP8sez2rZktNXX9eNfe z1LHDlBgzvG6aQ36SaMtUElfkgQC4w8iD5/v+bTSECV2rnWIcGiUPM5Ee+YSj8vkAE5X N7Yg== X-Received: by 10.66.102.71 with SMTP id fm7mr27267837pab.5.1440009972654; Wed, 19 Aug 2015 11:46:12 -0700 (PDT) Received: from Stas-Air.local ([156.39.191.244]) by smtp.gmail.com with ESMTPSA id ev2sm1682670pbb.37.2015.08.19.11.46.11 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Aug 2015 11:46:11 -0700 (PDT) To: Christian Weiske , internals@lists.php.net References: <20150817123142.13418f26@csystems> Message-ID: <55D4CEF2.6000909@gmail.com> Date: Wed, 19 Aug 2015 11:46:10 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150817123142.13418f26@csystems> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] set_exception_handler catches all Throwables From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > We're trying to use TYPO3 on PHP7 and have the problem that throwables > get passed to the exception handler because 'set_exception_handler()' > does send all throwables to the handler, not only exceptions. Why this is a problem for TYPO3? How they use set_exception_handler() that catching errors there breaks it? -- Stas Malyshev smalyshev@gmail.com