Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62668 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54426 invoked from network); 2 Sep 2012 11:50:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2012 11:50:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:41245] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/57-17065-31843405 for ; Sun, 02 Sep 2012 07:50:44 -0400 Received: by lbbgp3 with SMTP id gp3so2072193lbb.29 for ; Sun, 02 Sep 2012 04:50:41 -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=PD0KPPEuHYDGsiSXLDQvhU2sn06dUp3C6sDX+ENa0AU=; b=tsbmZZjWKZdKhbQMKTisgLGx3Kl4HPYM6nAPunrP3dXc9teinOASEChQ3jsD6nJBVM /3XDkEU8Afji3WpuDt1fL0vnJyOoNQ/QHy/wi28s2zWzrk7w2WuxAXUbUj7e2CMyXzKh lYzBOkbFcHipyp8m1VDaj7aKUwOuybxg2OSfG/DzqLhqQB4D4Us4rXF1SlKSvFravgEJ E8A8qHHIQhJWQVJMdjDO0KuCN/+CZGw6u7ihDM6Lis//RO3/ily/2S7zieR3l/CA1ahj 43Gs3PKmsn03VdeeTdxNWupBTdDyxU76Np3Qvu0FCSMCUBICPxIZt82osJIvlvg4SZA3 2toA== MIME-Version: 1.0 Received: by 10.112.86.166 with SMTP id q6mr4464355lbz.6.1346586641222; Sun, 02 Sep 2012 04:50:41 -0700 (PDT) Received: by 10.114.22.1 with HTTP; Sun, 2 Sep 2012 04:50:41 -0700 (PDT) In-Reply-To: <50431A98.6020101@ajf.me> References: <50431A98.6020101@ajf.me> Date: Sun, 2 Sep 2012 07:50:41 -0400 Message-ID: To: Andrew Faulds Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d0401faed68cde204c8b6a2b7 Subject: Re: [PHP-DEV] Exceptions Vs Errors From: ircmaxell@gmail.com (Anthony Ferrara) --f46d0401faed68cde204c8b6a2b7 Content-Type: text/plain; charset=ISO-8859-1 Andrew: I don't wish to derail this thread from the get-go, but what's your > opposition to moving to exceptions? I'm absolutely for moving to exceptions. I asked this question as a thought exercise to see 1. If the current error system can be improved, or 2. To identify if it can't, and exceptions really are the better route. Anthony --f46d0401faed68cde204c8b6a2b7--