Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10123 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72988 invoked by uid 1010); 27 May 2004 21:55:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 72483 invoked from network); 27 May 2004 21:55:15 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 27 May 2004 21:55:15 -0000 Received: (qmail 21090 invoked from network); 27 May 2004 21:55:14 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 27 May 2004 21:55:14 -0000 Message-ID: <5.1.0.14.2.20040528005450.033a6e08@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 28 May 2004 00:55:14 +0300 To: Paul Querna ,internals@lists.php.net In-Reply-To: <1085634832.3168.40.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] [PATCH] libxml - Move Callback Reg to Request Init From: andi@zend.com (Andi Gutmans) References: <1085634832.3168.40.camel@localhost> Anyone see a problem with this patch? If not, I'd like to include it in RC3 because it makes sense. Andi At 10:13 PM 5/26/2004 -0700, Paul Querna wrote: >Patch Moves the Registering of the PHP XML Streams to the request init, >instead of installing them globaly in the Module init. > >This is needed if any other Apache modules use libxml2 on a non-php >request. If this patch is not applied, any other use of libxml2 in the >same process will likely fail when the PHP callbacks are called. > >Thanks, > >-Paul Querna > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php