Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76873 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36529 invoked from network); 25 Aug 2014 22:03:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2014 22:03:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=rican7@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rican7@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.176 as permitted sender) X-PHP-List-Original-Sender: rican7@gmail.com X-Host-Fingerprint: 209.85.223.176 mail-ie0-f176.google.com Received: from [209.85.223.176] ([209.85.223.176:60536] helo=mail-ie0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/1D-08882-4A2BBF35 for ; Mon, 25 Aug 2014 18:03:16 -0400 Received: by mail-ie0-f176.google.com with SMTP id tr6so10653284ieb.35 for ; Mon, 25 Aug 2014 15:03:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZFFYhJrSrprjR1HXhXbeqxDUINWPG3/+5Fn9QFD7pEA=; b=lsNcyjBF7hInm3dJjdAMeXRW/uPrwxRtDNFZ+9n2LHUalGFm6hM0Ydhb0t+oWwSs4v vclfZwj/Se5ftvV/l6F/LEEo44isQuv4zLPjHE8hTk74q4midhc0mzSoEX2YWM/Rd5y3 5AEQO9G6FiJ7esRAUzntfCsPCL2HA1A2nkTBwVMUhItTvfaDJ4rQhUOcqJbFyc5DPOAa K6AQ2JE7Wz2g8bxEu44szmK+vfDMNrUOu5uzSb5hxtVyxDtqhLneYHmsZhJIN1PVT8H5 IRJeR7FOgsJQihmcafcGgDFbzLXtRNzmPtRvzjtAPF54n6sAuNU1N0aBYR14vw0K1UnY OfnQ== MIME-Version: 1.0 X-Received: by 10.50.43.193 with SMTP id y1mr18177989igl.32.1409004192827; Mon, 25 Aug 2014 15:03:12 -0700 (PDT) Received: by 10.64.141.65 with HTTP; Mon, 25 Aug 2014 15:03:12 -0700 (PDT) In-Reply-To: <53FBAD09.1080108@sugarcrm.com> References: <53FB6D4C.9070705@php.net> <53FBAD09.1080108@sugarcrm.com> Date: Mon, 25 Aug 2014 18:03:12 -0400 Message-ID: To: Stas Malyshev Cc: Nikita Popov , Sebastian Bergmann , PHP internals Content-Type: multipart/alternative; boundary=089e0111d1be66901f05017b5aa1 Subject: Re: [PHP-DEV] Re: [VOTE] Abstract Syntax Tree From: rican7@gmail.com (Trevor Suarez) --089e0111d1be66901f05017b5aa1 Content-Type: text/plain; charset=UTF-8 > > If we're talking the plunge of putting exceptions into the core engine, > wouldn't it make sense to convert most of the fatal errors (especially > the "catchable" ones) to exceptions too? Most of them (except for out of > memory, timeouts and such) don't really require the engine to shut down, > as it seems... So if we're already saying people will have to deal with > exceptions in PHP engine anyway, maybe we could make it so that we could > have unified handling of them? This is something that Nikita had originally proposed in an RFC ( https://wiki.php.net/rfc/engine_exceptions) but postponed until after 5.6. I have a feeling we'll be hearing about its resurrection soon enough. - Trevor --089e0111d1be66901f05017b5aa1--