Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17485 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70860 invoked by uid 1010); 2 Aug 2005 08:18:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70845 invoked from network); 2 Aug 2005 08:18:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2005 08:18:28 -0000 X-Host-Fingerprint: 62.58.68.2 firewall.axit.nl Received: from ([62.58.68.2:16909] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 80/90-04646-35C2FE24 for ; Tue, 02 Aug 2005 04:18:27 -0400 Message-ID: <80.90.04646.35C2FE24@pb1.pair.com> To: internals@lists.php.net References: <52.F1.04646.C51DDE24@pb1.pair.com><000001c5968e$951b6490$e902a8c0@thinkpad> <4e89b4260508010726198d1f45@mail.gmail.com> <16.A7.04646.DA46EE24@pb1.pair.com> <42EE6F26.4040400@ctindustries.net> Date: Tue, 2 Aug 2005 10:16:00 +0200 Lines: 34 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: 62.58.68.2 Subject: Re: [PHP-DEV] is this a bug? From: r.korving@xit.nl ("Ron Korving") 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" schreef in bericht news:42EE6F26.4040400@ctindustries.net... > 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 > > > >