Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12786 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16480 invoked by uid 1010); 14 Sep 2004 05:07:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16427 invoked by uid 1007); 14 Sep 2004 05:07:53 -0000 Message-ID: <20040914050752.16425.qmail@pb1.pair.com> To: internals@lists.php.net References: <20040909183405.63450.qmail@pb1.pair.com> Date: Mon, 13 Sep 2004 22:07:54 -0700 Lines: 14 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: 64.142.6.231 Subject: Re: [PHP-DEV] PHP's error handler: xmlrpc_errors, entity encoding, and handler chaining From: pollita@php.net ("Sara Golemon") > Having it trickle back through the stack would make sense to me too. > http://pecl.org/sara/error_chaining.diff Here's the basic idea of what I had in mind. This patch is actually not the way I'd like to see it implemented, but rather the most expedient demonstration as it doesn't involve seriously changing the way error handlers are registered and stored. And anyway, it's functional. -Sara