Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18437 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95946 invoked by uid 1010); 25 Aug 2005 17:39:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95931 invoked from network); 25 Aug 2005 17:39:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2005 17:39:22 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:4083] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 59/DD-28235-8420E034 for ; Thu, 25 Aug 2005 13:39:21 -0400 Received: from foxbox (client-433-p-1-lns.glfd.dial.virgin.net [81.103.145.176]) by gw2.emini.dk (Postfix) with ESMTP id 567578035E; Thu, 25 Aug 2005 19:39:16 +0200 (CEST) Message-ID: <0a6101c5a99b$edacff90$9cd96751@foxbox> Reply-To: "Steph" To: "Rob Richards" Cc: "internals" References: <42F61570.5080803@ctindustries.net> Date: Thu, 25 Aug 2005 19:39:19 +0200 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.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: [PHP-DEV] XML URIs and streams From: steph@zend.com ("Steph") Rob, hi, You never committed this (or anything else in ext/libxml since then as far as I can see) - do you still intend to? - Steph-working-on-backlog-and-will-shoot-the-next-person-to-ask ----- Original Message ----- From: "Rob Richards" To: Sent: Sunday, August 07, 2005 4:06 PM Subject: [PHP-DEV] XML URIs and streams > Just realized there is an issue with URI handling and XML. > Problem deals with escaping and non-filesystem URIs. Doesn't work unless > URI gets double escaped. > > Have a patch that's only been tested a bit with latest libxml so far, > though I dont forsee any issues with earlier versions. > http://www.ctindustries.net/patches/libxml.diff.txt > > The issue is it may break existing apps that double escape only the > arguments and not the entire URI. It will though make it work like the > rest of the stream based functions like file_get_contents, but still > allow the loading of a URI that has been completely escaped, which the > other functions fail on but worked for xml under PHP 5.0. > > I'm out for the week as of tomorrow morning but would like to get some > fix in for 5.1. Should I commit now to get it into RC1, wait till I get > back and do more testing first, or not do it since it potentially will > break some apps. Personally I think what it fixes greatly outweighs any > potential breakage. > > Rob > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >