Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45080 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20108 invoked from network); 24 Jul 2009 15:51:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2009 15:51:09 -0000 Authentication-Results: pb1.pair.com header.from=brian@moonspot.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=brian@moonspot.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain moonspot.net from 72.5.90.27 cause and error) X-PHP-List-Original-Sender: brian@moonspot.net X-Host-Fingerprint: 72.5.90.27 smtp.dealnews.com Linux 2.5 (sometimes 2.4) (4) Received: from [72.5.90.27] ([72.5.90.27:39476] helo=smtp.dealnews.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/AF-39659-B68D96A4 for ; Fri, 24 Jul 2009 11:51:09 -0400 Received: (qmail 11176 invoked from network); 24 Jul 2009 15:51:04 -0000 Received: from unknown (HELO mail.dealnews.com) (10.1.10.7) by -H with ESMTPS (DHE-RSA-AES256-SHA encrypted); 24 Jul 2009 15:51:04 -0000 Received: (qmail 18998 invoked from network); 24 Jul 2009 15:51:04 -0000 Received: from unknown (HELO 222.27.10.10.in-addr.arpa) (brianm@209.133.114.31) by -H with ESMTPA; 24 Jul 2009 15:51:04 -0000 Message-ID: <4A69D866.9010108@moonspot.net> Date: Fri, 24 Jul 2009 08:51:02 -0700 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 MIME-Version: 1.0 To: Ben Scholzen 'DASPRiD' CC: internals@lists.php.net References: <2dedb8a0907240640i118d220fte7ed4e0285aae024@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: Replacing errors with Exceptions From: brian@moonspot.net (Brian Moon) On 7/24/09 6:43 AM, Ben Scholzen 'DASPRiD' wrote: > To you both, this is especially, for library code like Zend Framework. This tends to invalidate your entire argument IMO. Changing the core language because something is hard in an external framework that only a small percentage of actual PHP developers use is not a a good reason. On 7/24/09 6:40 AM, Kalle Sommer Nielsen wrote: > I'm a big -1, I don't see a big reason for wrapping all my code in a > try/catch block when im writing flat out procedural for example, PHP > isn't an OO-only language ++1 on that. Brian.