Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4257 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53809 invoked by uid 1010); 30 Aug 2003 13:15:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53616 invoked from network); 30 Aug 2003 13:15:12 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 30 Aug 2003 13:15:12 -0000 Received: (qmail 12070 invoked from network); 30 Aug 2003 13:15:10 -0000 Received: from localhost (HELO andi-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 30 Aug 2003 13:15:10 -0000 Message-ID: <5.1.0.14.2.20030830161302.04623998@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 30 Aug 2003 16:14:33 +0300 To: "Thies C. Arntzen" Cc: internals@lists.php.net In-Reply-To: <20030830130924.GA20800@thieso.net> References: <5.1.0.14.2.20030830155931.0395a758@127.0.0.1> <5.1.0.14.2.20030830155931.0395a758@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Problem with CVS From: andi@zend.com (Andi Gutmans) At 03:09 PM 8/30/2003 +0200, Thies C. Arntzen wrote: > you are likely to have a buggy version of libXml, that > causes this when xmlCleanupParser is called more than once. > > this happens if two php-modules use libXml and call > xmlCleanupParser in the [R|M]SHUTDOWN Ouch. Now the question is how do we solve this? Do we make ./configure bail out on such versions or do we hack something into PHP so that it doesn't call this function more than once? I really want to reduce the block size in my mem manager from 256KB to 16KB but I can't do it right now because it kills PHP quicker (it will die in any case but it will take longer). Thanks, Andi