Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9490 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22024 invoked by uid 1010); 22 Apr 2004 18:21:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22000 invoked from network); 22 Apr 2004 18:21:29 -0000 Received: from unknown (HELO phoebe.host4u.net) (209.150.128.26) by pb1.pair.com with SMTP; 22 Apr 2004 18:21:29 -0000 Received: from ctdprimary (dsta-aa203.pivot.net [66.186.171.203]) by phoebe.host4u.net (8.11.6/8.11.6) with SMTP id i3MILP124546; Thu, 22 Apr 2004 13:21:25 -0500 Message-ID: <048b01c42896$fa6efe40$f7dea8c0@cyberware.local> To: "Andi Gutmans" , "Sterling Hughes" Cc: , "Paul Querna" References: <1082583400.12577.19.camel@powah.cc.force-elite.com> <1CA1D9B6-93F7-11D8-9EC0-000A95E073A0@php.net> <1082596603.15932.5.camel@powah.cc.force-elite.com> <020a01c42862$9fcec210$f7dea8c0@cyberware.local> <06E7C5C7-947C-11D8-9086-000A95E073A0@php.net> Date: Thu, 22 Apr 2004 14:23:57 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: [PHP-DEV] xmlSetGenericErrorFunc Abuse From: rrichards@ctindustries.net ("Rob Richards") From: Sterling Hughes > I think you are off base in removing them. We need them to hook into > PHP's error handling system. I think setting/resetting in RINIT > instead of MINIT is a good place to start and see if that fixes the > problem. I personally could care less about the threaded case (i hope > PHP stops using this TSRM stuff and just recommends FastCGI), although > someone here who cares more may have opinions about that. I guess we > could add an #ifdef TSRM to the system, and not set the generic error > handler - if someone cares enough about the threaddites. Sterling, You're actually correct, go figure ;). I was backwards in the thread calls for libxml. Putting into RINIT/SHUTDOWN works correctly for both the treaded and non threaded systems (the current placement is what would cause problems for threaded servers). Andi, is it okay to commit this change right now? Rob