Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2474 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29135 invoked from network); 21 Jun 2003 08:10:41 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 21 Jun 2003 08:10:41 -0000 Received: (qmail 5595 invoked from network); 21 Jun 2003 08:10:34 -0000 Received: from localhost (HELO andi-home.zend.com) (127.0.0.1) by localhost with SMTP; 21 Jun 2003 08:10:34 -0000 Message-ID: <5.1.0.14.2.20030621111229.02e0ef20@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 21 Jun 2003 11:14:28 +0200 To: Marcus =?iso-8859-1?Q?B=F6rger?= , Sterling Hughes Cc: internals@lists.php.net In-Reply-To: <1066290321.20030619154615@post.rwth-aachen.de> References: <1055981706.8233.10.camel@hasele> <1055981706.8233.10.camel@hasele> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] php5 beta From: andi@zend.com (Andi Gutmans) At 03:46 PM 6/19/2003 +0200, Marcus B=F6rger wrote: >Hello Sterling, > >We need exceptions instead of errors whenever a try/catch block is >entered or a constructor gets called. This is a very easy thing to >implement but we need a consensus before doing so. You can always throw the exception manually in the constructor. The bottom= =20 line is that right now no one seems to have the answer on what should be=20 done without making a complete mess out of the error/exception handling in= =20 PHP. I suggest that in the meanwhile we keep things the way they are, get=20 the beta out the door and see what feedbacks we get and what catches on=20 strongly in the dev community. >p.s.: And i'd still like to have final classes No big deal IMO and not necessary for the beta. Andi