Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18636 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74684 invoked by uid 1010); 1 Sep 2005 05:23:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74669 invoked from network); 1 Sep 2005 05:23:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2005 05:23:29 -0000 X-Host-Fingerprint: 212.238.144.71 korving.demon.nl Received: from ([212.238.144.71:16773] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 34/88-15098-05096134 for ; Thu, 01 Sep 2005 01:23:28 -0400 Message-ID: <34.88.15098.05096134@pb1.pair.com> To: internals@lists.php.net References: <42FCE0E4.604@lerdorf.com> <97.90.15098.7B2B5134@pb1.pair.com><361587231.20050831205522@marcus-boerger.de> <2C.45.15098.A6FF5134@pb1.pair.com> <1231383209.20050901004923@marcus-boerger.de> Date: Thu, 1 Sep 2005 07:11:20 +0200 Lines: 37 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Posted-By: 212.238.144.71 Subject: Re: [PHP-DEV] Re: PHP 6.0 Wishlist From: r.korving@xit.nl ("Ron Korving") Hi, > >> > 2) error reporting using exceptions. > >> > I would like it if I could catch PHP-errors and take appropriate action > >> > (such as logging it to a database or whatever). > >> > >> You can already do that with 5.1 by adding three lines of code. > > > Sounds awesome.. is this documented (I don't mean the PHP manual) anywhere? > > I'm curious as to how this works. > > Look for slide 42 in talk 'SPL for the masses' here: http://talks.somabo.de Oh my god, I am so ashamed (hangs head between knees)... sorry. > > I looked into the source, but I'm I couldn't quite grasp the inner workings. > > I promised myself to get into more actively "developing" in this area, maybe > > apply for a CVS account in time... but that's gonna take some time. Where do > > I see who maintains a certain extension? > > > look into the EXTENSIONS file or in the head of any .h or .h file. > > marcus Thanks, Ron