Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17480 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99687 invoked by uid 1010); 1 Aug 2005 18:06:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99672 invoked from network); 1 Aug 2005 18:06:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2005 18:06:38 -0000 X-Host-Fingerprint: 212.238.144.71 korving.demon.nl Received: from ([212.238.144.71:24107] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 16/A7-04646-DA46EE24 for ; Mon, 01 Aug 2005 14:06:37 -0400 Message-ID: <16.A7.04646.DA46EE24@pb1.pair.com> To: internals@lists.php.net References: <52.F1.04646.C51DDE24@pb1.pair.com><000001c5968e$951b6490$e902a8c0@thinkpad> <4e89b4260508010726198d1f45@mail.gmail.com> Date: Mon, 1 Aug 2005 20:06:05 +0200 Lines: 64 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Posted-By: 212.238.144.71 Subject: Re: [PHP-DEV] is this a bug? From: r.korving@xit.nl ("Ron Korving") Yes, spaces are illegal.. Thing is though, the output of the warning has nothing to do with urls (unless it just assumes the stream is always from a remote source or something). I'll post a bugreport. Ron "Wez Furlong" wrote in message news:4e89b4260508010726198d1f45@mail.gmail.com... Remember that spaces are illegal in URLs, so it seems perfectly fine to have it encoded. Whether the behaviour you're seeing is a bug, I'll leave to people that know the code to decide :) --Wez. On 8/1/05, Dmitry Stogov wrote: > Hi Ron, > > This is probably a bug. > I don't know if it easy fixable. > You can post it into bugs.php.net, and I'll look into it (when I'll have > time for it). > > Thanks. Dmitry. > > > -----Original Message----- > > From: Ron Korving [mailto:r.korving@xit.nl] > > Sent: Monday, August 01, 2005 11:37 AM > > To: internals@lists.php.net > > Subject: [PHP-DEV] is this a bug? > > > > > > When I receive a warning that an XSD file could not be > > opened, it urlencodes the filepath. That doesn't make sense to me... > > > > Example: > > Warning: I/O warning : failed to load external entity > > "/var/www/my%20test%20schema.xsd" in /var/www/test.php on line 10 > > > > Is this a bug? > > > > Ron > > > > PS: Weird thing is that this file actually does exist at that > > place, but that's another problem I'm gonna have to look into. > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >