Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9167 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51091 invoked by uid 1010); 15 Apr 2004 07:59:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51065 invoked from network); 15 Apr 2004 07:59:49 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 15 Apr 2004 07:59:49 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i3F7xmst005079; Thu, 15 Apr 2004 09:59:48 +0200 Date: Thu, 15 Apr 2004 09:59:23 +0200 (CEST) X-X-Sender: derick@localhost To: Andi Gutmans cc: Marcus Boerger , "Thies C.Arntzen" , PHP Internals In-Reply-To: <5.1.0.14.2.20040415092538.027c9ad8@127.0.0.1> Message-ID: References: <5.1.0.14.2.20040412225034.023b41d0@127.0.0.1> <407B7A9D.7000409@chiaraquartet.net> <4607968687.20040413220525@marcus-boerger.de> <152611396296.20040413230232@marcus-boerger.de> <114617965328.20040414005201@marcus-boerger.de> <75619750500.20040414012146@marcus-boerger.de> <110650551015.20040414095507@marcus-boerger.de> <407D2F10.8060506@cschneid!.com> <43693637937.20040414215314@marcus-boerger.de> <5.1.0.14.2.20040415092538.027c9ad8@127.0.0.1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Exceptions and Errors From: derick@php.net (Derick Rethans) On Thu, 15 Apr 2004, Andi Gutmans wrote: > I don't like these ideas. I think it should stay the way it is and not only > because we're at RC2. > If Thies doesn't want to deal with this, then he can write constructors > without logic. It's not that hard for the one in many classes where this > might be needed. He's FORCED to do this if extensions use this exception throwing from constructors. Which is exactly his point here as we're now forcing people to use this weird exception thing for no reason other than to satisfy OO purists. Derick