Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70556 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44677 invoked from network); 9 Dec 2013 16:33:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2013 16:33:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=seva.lapsha@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=seva.lapsha@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.174 as permitted sender) X-PHP-List-Original-Sender: seva.lapsha@gmail.com X-Host-Fingerprint: 209.85.215.174 mail-ea0-f174.google.com Received: from [209.85.215.174] ([209.85.215.174:60547] helo=mail-ea0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/E0-40251-3D0F5A25 for ; Mon, 09 Dec 2013 11:33:24 -0500 Received: by mail-ea0-f174.google.com with SMTP id b10so1683159eae.19 for ; Mon, 09 Dec 2013 08:33:20 -0800 (PST) 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=VnKeoDExqljv8KKtEl2mcQi++w+a3MA+79ZZD66QuBA=; b=s3G5iWEQlmjskPZsQeEhdE4AOB2Pd8/rkgZZ9DcZwHfrQ+rv0M6mQf4s2Ld3+Nhbcy +t7mYm2ltotj2u1MZWIXnm3AEDFwGFsL5GvB+XWomz5Jv27nVCwbRNfyeli0Subsw1T8 PUfZSEiFM/+jgrD5oRzjbedPCP+btO4Jj7ftvunT8rOWRPq/qHUVb9cwSbadrnJf51PD GOWVe34xTaLMiEeRxUVpgG+/DH6KZNXOnYfuMt5PSUgzvSsVR+VUo6zIgw8gnor2OQH3 +aBjiQwN953VafQt7xAf7GFtBjMN7ThjXX6XXmxZdCv811Uij8TpfLXvfZn+0guf7mNC ii8A== MIME-Version: 1.0 X-Received: by 10.14.87.2 with SMTP id x2mr7759939eee.79.1386606800899; Mon, 09 Dec 2013 08:33:20 -0800 (PST) Received: by 10.14.215.136 with HTTP; Mon, 9 Dec 2013 08:33:20 -0800 (PST) In-Reply-To: <6dc040b1d4917ab616951694d3f37575@mail.gmail.com> References: <6dc040b1d4917ab616951694d3f37575@mail.gmail.com> Date: Mon, 9 Dec 2013 11:33:20 -0500 Message-ID: To: Zeev Suraski Cc: Philip Sturgeon , PHP internals Content-Type: multipart/alternative; boundary=001a11c2a086cf943e04ed1c8db1 Subject: Re: [PHP-DEV] [VOTE] Allowing use of exceptions in the engine From: seva.lapsha@gmail.com (Seva Lapsha) --001a11c2a086cf943e04ed1c8db1 Content-Type: text/plain; charset=ISO-8859-1 > > For me it is an argument. Instead of being able to handle these errors in > the same way they handle all other errors, now they have to learn new > syntax and concepts. I see no reason to change the status quo, which > allows those who want exceptions to easily convert errors to thrown > exceptions, into a state where those who don't want to use exceptions are > forced to use them. Again, it's entirely fair that we disagree... Sorry for intruding, but - I as a user (and I'm sure many would agree) would be happy to have a configuration level choice to either get an exception thrown or a fatal error. Thx, Seva --001a11c2a086cf943e04ed1c8db1--