Shouldn't PHP suppress this warning then? Right now 3 warnings are shown for just one bad statement. I think one warning would suffice. Of course this is all rather unimportant and very low-priority, but I still think it's a situation that could be improved.
You can see the warnings at http://bugs.php.net/bug.php?id=33951 Ron "Rob Richards" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > The warning is being issued from libxml and the URL (which it encodes > internally) is just there to inform you that it had problems dealing > with the external entitity. Either surpress the errors when calling > whichever function or you can use the new error handling for xml in 5.1 > which wont issue/display errors directly but any can be retrieved after > the function call. > > Rob > > Ron Korving wrote: > > >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 > > > > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php