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" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
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 <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]
> > 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
>
>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to