Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10175 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25730 invoked by uid 1010); 29 May 2004 20:10:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25703 invoked from network); 29 May 2004 20:10:40 -0000 Received: from unknown (HELO ctindustries.net) (216.117.147.250) by pb1.pair.com with SMTP; 29 May 2004 20:10:40 -0000 Received: from ctdprimary (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id i4TJAHBI021061; Sat, 29 May 2004 15:10:19 -0400 Message-ID: <064901c445b9$65b19660$f7dea8c0@cyberware.local> To: , "Andi Gutmans" References: <5.1.0.14.2.20040527180858.0365c350@127.0.0.1> Date: Sat, 29 May 2004 16:13:23 -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.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: [PHP-DEV] RC3RC1 From: rrichards@ctindustries.net ("Rob Richards") From: Andi Gutmans > Please test. If there are no critical problems I'll release RC3 tomorrow > which I think will be the last RC for 5.0. Andi, hopefully you arent waiting on a fix for the libxml streams issue to roll RC3. I would suggest that our streams handling be left as is right now. I have made a request that some additional functionality be added to libxml which will allow us to resolve the streams issue correctly. It would no longer require us to register our streams with libxml, but rather override the URI handling functionality directly (would still require us to register our function in RINIT and clear it on RSHUTDOWN - like we do with error handling). Its not a big change as I am running the changes locally here and it seems to work well. The only thing is that we would need to require the latest libxml (hoping it to be released in 2.6.11) for things to work properly. Rob